From 035dd0842c6c6c92f8669a3f0817fb730accdd5f Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 8 May 2009 18:09:24 +0100 Subject: [PATCH] Fix '-g' option. --- febootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/febootstrap.sh b/febootstrap.sh index 867de63..3cadf2a 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -47,7 +47,7 @@ while true; do -i|--install) packages[i++]="$2" shift 2;; - --groupinstall|--group-install) + -g|--groupinstall|--group-install) packages[i++]="@$2" shift 2;; -p|--proxy) -- 1.8.3.1