mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-08 14:37:09 +00:00
fix call to checkself
This commit is contained in:
parent
7750b15f0a
commit
2afddf0041
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 "$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
|
||||
|
Loading…
Reference in New Issue
Block a user