mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-17 04:14:56 +00:00
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic
This commit is contained in:
commit
3c9f2bd0ce
4
all
4
all
@ -663,6 +663,9 @@ case "$cmd" in
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
if [ -n "$checkoutflags" ]; then
|
||||
set -- -f "$@" # to make checkself work again
|
||||
fi
|
||||
exists=false
|
||||
for d in $repos; do
|
||||
enter "$d0/$d" verbose
|
||||
@ -1378,7 +1381,6 @@ case "$cmd" in
|
||||
msg "Unknown arg: $X"
|
||||
fi
|
||||
found=true
|
||||
shift
|
||||
done
|
||||
if ! $found; then
|
||||
rmuntracked=true
|
||||
|
Loading…
Reference in New Issue
Block a user