fix another wrong chdir

This commit is contained in:
Rudolf Polzer 2010-10-05 18:22:33 +02:00
parent bf89bb3012
commit 527c58abf4

View File

@ -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
;;