mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
REALLY fix that :P
This commit is contained in:
parent
2afddf0041
commit
3db1a93510
4
all
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user