REALLY fix that :P

This commit is contained in:
Rudolf Polzer 2010-04-02 23:14:58 +02:00
parent 2afddf0041
commit 3db1a93510

4
all
View File

@ -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