From 3db1a9351091e06b89427f5d4f7c6dc408ae80c1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 2 Apr 2010 23:14:58 +0200 Subject: [PATCH] REALLY fix that :P --- all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all b/all index 5e17c0b7..72601766 100755 --- 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" - checkself "$@" + checkself "$cmd" "$@" cd "$d0/$d" verbose git remote prune origin cd "$d0" @@ -187,7 +187,7 @@ case "$cmd" in verbose git checkout master fi cd "$d00" - checkself "$@" + checkself "$cmd" "$@" cd "$d0" done if ! $exists; then -- 2.39.2