summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-07 20:55:18 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-07 20:55:18 (EST)
commit32c42f6b8bc583c04eb6bef96775a31286c2d2a9 (patch)
tree36bb20b85364b98dc0a2d42daed2d7f65402ac13 /src
parentbcc1d7910f668b76c53606df892b27b39522fdaa (diff)
Use lowercase "t" for target arch option.
Diffstat (limited to 'src')
-rw-r--r--src/oh-autoconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh
index 7e28b3e..fb0b231 100644
--- a/src/oh-autoconfigure.sh
+++ b/src/oh-autoconfigure.sh
@@ -35,7 +35,7 @@ main()
B)
oh_set_buildsystem_option 'build-dir' "${OPTARG}"
;;
- T)
+ t)
oh_set_buildsystem_option 'target-arch' "${OPTARG}"
;;
?)