test: rename *.MAP to *.map
This commit is contained in:
parent
c3183429fb
commit
5a90667738
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -x
|
||||
|
||||
for MAP in *.MAP; do
|
||||
qbsp -leaktest "$MAP" || exit 1
|
||||
for file in *.map; do
|
||||
qbsp -leaktest "$file" || exit 1
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue