From: Richard Jones Date: Mon, 15 Jun 2009 10:31:00 +0000 (+0100) Subject: Stop febootstrap-run from accepting -g and -i options in error. X-Git-Tag: 2.2~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=9a05df180a5a250c86d3ef351f6334179b807028;p=febootstrap.git Stop febootstrap-run from accepting -g and -i options in error. --- diff --git a/febootstrap-run.sh b/febootstrap-run.sh index d3a7603..60cf021 100755 --- a/febootstrap-run.sh +++ b/febootstrap-run.sh @@ -21,7 +21,7 @@ unset CDPATH TEMP=`getopt \ - -o g:i: \ + -o '' \ --long help,ro \ -n febootstrap-run -- "$@"` if [ $? != 0 ]; then