From 9a05df180a5a250c86d3ef351f6334179b807028 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 15 Jun 2009 11:31:00 +0100 Subject: [PATCH] Stop febootstrap-run from accepting -g and -i options in error. --- febootstrap-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1