From ed2110fe0d90653e68406bdf62b33287a41b82f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 06 Mar 2014 11:18:15 -0500 Subject: src/*.sh: Wrap long lines. --- (limited to 'src/oh-autobuild.sh') diff --git a/src/oh-autobuild.sh b/src/oh-autobuild.sh index 1cb2355..09252a3 100644 --- a/src/oh-autobuild.sh +++ b/src/oh-autobuild.sh @@ -30,16 +30,20 @@ main() while getopts 's:S:B:T:' opt; do case "${opt}" in s) - oh_set_buildsystem_option 'source-dir' "${OPTARG}" + oh_set_buildsystem_option 'source-dir' \ + "${OPTARG}" ;; S) - oh_set_buildsystem_option 'build-system' "${OPTARG}" + oh_set_buildsystem_option 'build-system' \ + "${OPTARG}" ;; B) - oh_set_buildsystem_option 'build-dir' "${OPTARG}" + oh_set_buildsystem_option 'build-dir' \ + "${OPTARG}" ;; T) - oh_set_buildsystem_option 'build-target' "${OPTARG}" + oh_set_buildsystem_option 'build-target' \ + "${OPTARG}" ;; ?) oh_error "$(oh_get_msg 'bad_opt')" -- cgit v0.9.1