X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Fshader-audit.sh;h=c583f0ee4f7a041026011f0ab56d800e009f01c4;hp=196d5703dadb479852b3a7a4d61540313d7aba46;hb=1e3886b872c286e385013a8878e34c09f6da23fd;hpb=4d3266df75b37c9a1ea5fff5731e31c46045c359 diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index 196d5703..c583f0ee 100755 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -483,7 +483,7 @@ parse_shaderfile_pre() esac } -parse_shaders +parse_shaders *.shader textures_avail=`( cd ..; find textures/ -type f -not -name '*.sh' -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*.xcf' -not -name '*.txt' ) | while IFS= read -r T; do shader_normalize "$T"; done | sort -u` textures_used=`echo "${textures_used#$LF}" | sort -u`