more typos

This commit is contained in:
Rudolf Polzer 2013-06-16 20:47:05 +02:00
parent 232ca00f6c
commit b91e350f85

View File

@ -177,7 +177,7 @@ buildthemap()
t0=`date +%s`
(
cd ../..
misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-data.pk3dir/maps/$M" $build_override > "data/xonotic-data.pk3dir/maps/$M.log" 2>&1
misc/tools/xonotic-map-compiler-optionsfile "data/xonotic-maps/maps/$M" $build_override > "data/xonotic-maps/maps/$M.log" 2>&1
)
status=$?
if ! [ -f "maps/$M.bsp" ]; then