From 782bcd811319a3cb10f024a4c21476d8e489de45 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 Nov 2012 01:02:29 -0500 Subject: Fix getopts operand in oh-autoconfigure. --- (limited to 'src') diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index fb0b231..6c524da 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -27,7 +27,7 @@ main() { oh_init - while getopts 'S:B:' opt; do + while getopts 'S:B:t:' opt; do case "${opt}" in S) oh_set_buildsystem_option 'build-system' "${OPTARG}" -- cgit v0.9.1