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:
226a345
)
Stop febootstrap-run from accepting -g and -i options in error.
author
Richard Jones
<rjones@trick.home.annexia.org>
Mon, 15 Jun 2009 10:31:00 +0000
(11:31 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Mon, 15 Jun 2009 10:31:00 +0000
(11:31 +0100)
febootstrap-run.sh
patch
|
blob
|
history
diff --git
a/febootstrap-run.sh
b/febootstrap-run.sh
index
d3a7603
..
60cf021
100755
(executable)
--- 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