X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Fshader-audit.sh;h=0d19a20229c26cfcd87a4115fa7772d13cd64082;hp=f0f95b50337f30a9344ef2854d38c9aef1c9e04d;hb=f79477402082d509bb2628723e92f154b7d42131;hpb=f9bf9ea6ff5a2e630478114bdfd3aa44bc6a3a8d diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index f0f95b50..0d19a202 100644 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -59,7 +59,7 @@ use_texture() pre=${1%%/map_*} suf=${1#*/map_} case "$2" in - "$pre"/map/*) + "$pre"/map_*) ;; *) echo "(EE) texture $2 of shader $1 is out of place, recommended file name is $pre/map_$suf"