projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b62a7
)
make the help screen work
author
xonotic <xonotic@ONE.(none)>
Thu, 18 Mar 2010 15:57:21 +0000
(16:57 +0100)
committer
xonotic <xonotic@ONE.(none)>
Thu, 18 Mar 2010 15:57:21 +0000
(16:57 +0100)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index fb6299e2d6d532f0cab93461d2e0a0412f3126cd..91a38e60994735bac186a27d1631d2e17cef33b0 100755
(executable)
--- a/
all
+++ b/
all
@@
-9,6
+9,9
@@
repos="
darkplaces
"
+if [ "$#" = 0 ]; then
+ set -- help
+fi
cmd=$1
shift