diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/oh-autoconfigure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index 004a140..d363278 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -27,7 +27,7 @@ main() { oh_init - while getopts 'S:B:t:' opt; do + while getopts 's:S:B:t:' opt; do case "${opt}" in s) oh_set_buildsystem_option 'source-dir' "${OPTARG}" |