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-autoconfigure.sh') diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index fb48515..a0e0b9c 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.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 'target-arch' "${OPTARG}" + oh_set_buildsystem_option 'target-arch' \ + "${OPTARG}" ;; ?) oh_error "$(oh_get_msg 'bad_opt')" -- cgit v0.9.1