summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-22 17:08:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-22 17:08:27 (EDT)
commitb41fb5fcaadbc1923aeb801ff38590deb81c7edc (patch)
treefb14c9fee2bda58c93588cd9ebb53aacc8b856a2
parent2c86da55c77d1150734a1d255928f873752b7dbe (diff)
Really support new '-a' option.
-rw-r--r--src/opkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index caa342d..dc40bad 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -55,7 +55,7 @@ error()
exit 1
}
-opts=$(getopt -n "${0}" -o 'r:p:ds:V' -- "${@}")
+opts=$(getopt -n "${0}" -o 'r:a:p:ds:V' -- "${@}")
if [ ${?} -ne 0 ]; then
print_usage "${0}" >&2
exit 1;