git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ad502
)
Fix '-g' option.
author
Richard Jones
<rjones@redhat.com>
Fri, 8 May 2009 17:09:24 +0000
(18:09 +0100)
committer
Richard Jones
<rjones@redhat.com>
Fri, 8 May 2009 17:09:24 +0000
(18:09 +0100)
febootstrap.sh
patch
|
blob
|
history
diff --git
a/febootstrap.sh
b/febootstrap.sh
index
867de63
..
3cadf2a
100755
(executable)
--- 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)