fix call to checkself

This commit is contained in:
Rudolf Polzer 2010-04-02 23:14:05 +02:00
parent 7750b15f0a
commit 2afddf0041

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 "$SELF" "$@"
checkself "$@"
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 "$SELF" "$@"
checkself "$@"
cd "$d0"
done
if ! $exists; then