]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
REALLY fix that :P
authorRudolf Polzer <rpolzer@grawp.(none)>
Fri, 2 Apr 2010 21:14:58 +0000 (23:14 +0200)
committerRudolf Polzer <rpolzer@grawp.(none)>
Fri, 2 Apr 2010 21:14:58 +0000 (23:14 +0200)
all

diff --git a/all b/all
index 5e17c0b7514dfe8512b6ae670fb09b53a9ac09b8..72601766d029ec3c37dd8126ec4300721ec6a2a6 100755 (executable)
--- a/all
+++ b/all
@@ -158,7 +158,7 @@ case "$cmd" in
                                        # do not exit, as this may also mean we are tracking something else
                                fi
                                cd "$d00"
                                        # do not exit, as this may also mean we are tracking something else
                                fi
                                cd "$d00"
-                               checkself "$@"
+                               checkself "$cmd" "$@"
                                cd "$d0/$d"
                                verbose git remote prune origin
                                cd "$d0"
                                cd "$d0/$d"
                                verbose git remote prune origin
                                cd "$d0"
@@ -187,7 +187,7 @@ case "$cmd" in
                                verbose git checkout master
                        fi
                        cd "$d00"
                                verbose git checkout master
                        fi
                        cd "$d00"
-                       checkself "$@"
+                       checkself "$cmd" "$@"
                        cd "$d0"
                done
                if ! $exists; then
                        cd "$d0"
                done
                if ! $exists; then