From b41fb5fcaadbc1923aeb801ff38590deb81c7edc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Apr 2012 17:08:27 -0400 Subject: Really support new '-a' option. --- 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; -- cgit v0.9.1