From 4b38a392c80e58d8bdf3865c628727ad446777cf Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Wed, 14 Nov 2012 19:13:18 -0500
Subject: Fix getopts operand in oh-autoconfigure.

---
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}"
--
cgit v0.9.1