projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ea9d4
)
small syntax fix
author
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 18:01:32 +0000
(20:01 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 18:01:32 +0000
(20:01 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index 05324b5c78fa1d007ab733469c3d02b234de1daa..739ff1466e8f20fd3fe736b5bd1388bfe39c8bca 100755
(executable)
--- a/
all
+++ b/
all
@@
-484,7
+484,7
@@
case "$cmd" in
;;
esac
done
- if [ "$TARGETS" ]; then # at least a valid client
+ if [
-n
"$TARGETS" ]; then # at least a valid client
shift
else # no valid client, let's assume this option is not meant to be a client then
TARGETS=$TARGETS_SAVE