mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-18 12:11:15 +00:00
fix another wrong chdir
This commit is contained in:
parent
bf89bb3012
commit
527c58abf4
@ -338,7 +338,9 @@ case "$1" in
|
||||
runmakeindex
|
||||
;;
|
||||
download)
|
||||
cd data/xonotic-maps.pk3dir
|
||||
rundownload
|
||||
cd ../..
|
||||
echo "List of maps that got deleted (if any) and currently are in $bspdir.old:"
|
||||
ls -l "$bspdir.old" || true
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user