]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
improve the self-check
authorRudolf Polzer <rpolzer@nb-04.(none)>
Mon, 29 Mar 2010 13:24:49 +0000 (15:24 +0200)
committerRudolf Polzer <rpolzer@nb-04.(none)>
Mon, 29 Mar 2010 13:24:49 +0000 (15:24 +0200)
all

diff --git a/all b/all
index d684c908d4dc8b02e8e83b2ada2473be4f763f90..39acd61092957efdc2eebf991bd7a35a5a9f7421 100755 (executable)
--- a/all
+++ b/all
@@ -16,13 +16,13 @@ checkself()
                if [ -z "$XONOTIC_FORBID_RERUN_ALL" ]; then
                        msg "Rerunning the requested operation to make sure."
                        export XONOTIC_FORBID_RERUN_ALL=1
                if [ -z "$XONOTIC_FORBID_RERUN_ALL" ]; then
                        msg "Rerunning the requested operation to make sure."
                        export XONOTIC_FORBID_RERUN_ALL=1
-                       "$0" update
-                       exec "$0" "$@"
+                       exec "$@"
                else
                        msg "Please try $0 update, and then retry your requested operation."
                        exit 1
                fi
        fi
                else
                        msg "Please try $0 update, and then retry your requested operation."
                        exit 1
                fi
        fi
+       return 0
 }
 
 verbose()
 }
 
 verbose()
@@ -80,7 +80,7 @@ case "$cmd" in
                                esac
                                verbose git pull
                                cd "$d0"
                                esac
                                verbose git pull
                                cd "$d0"
-                               checkself
+                               checkself "$0" "$@"
                                cd "$d0/$d"
                                verbose git remote prune origin
                                cd "$d0"
                                cd "$d0/$d"
                                verbose git remote prune origin
                                cd "$d0"
@@ -109,7 +109,7 @@ case "$cmd" in
                                verbose git checkout master
                        fi
                        cd "$d0"
                                verbose git checkout master
                        fi
                        cd "$d0"
-                       checkself
+                       checkself "$0" "$@"
                done
                if ! $exists; then
                        echo "The requested branch was not found in any repository."
                done
                if ! $exists; then
                        echo "The requested branch was not found in any repository."