From 6631738e1acb537cd1582e54751457473b732fba Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 17 Jul 2008 04:50:49 +0000 Subject: Add the new --anon option to the getopt args. svn path=/main/trunk/; revision=11094 --- mkrelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrelease.sh b/mkrelease.sh index a8163058..cb1ffc55 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -12,7 +12,7 @@ die() { exit 1 } -ARGS=$(getopt -o tu: --long tag,upload: -n $(basename $0) -- "$@") +ARGS=$(getopt -o tu: --long anon,tag,upload: -n $(basename $0) -- "$@") [ $? != 0 ] && die "initialization error" eval set -- "${ARGS}" -- cgit v1.2.3-18-g5258