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-autotest.sh') diff --git a/src/oh-autotest.sh b/src/oh-autotest.sh index 34fcb56..c57e510 100644 --- a/src/oh-autotest.sh +++ b/src/oh-autotest.sh @@ -30,10 +30,12 @@ main() while getopts 'S:B:' opt; do case "${opt}" in 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}" ;; ?) oh_error "$(oh_get_msg 'bad_opt')" -- cgit v0.9.1