From: Rudolf Polzer Date: Fri, 20 Aug 2010 04:14:59 +0000 (+0200) Subject: also allow _bump X-Git-Tag: xonotic-v0.1.0preview~151^2~40 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=a2e171dbec4303eb20a814dce168b44ed4280cb8;ds=sidebyside also allow _bump --- diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index 83aba6b9..250e7d3a 100755 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -293,7 +293,7 @@ for X in *.shader; do done rm -f "$t" -textures_avail=`( cd ..; find textures/ -type f -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*.xcf' ) | while IFS= read -r T; do normalize "$T"; done | sort -u` +textures_avail=`( cd ..; find textures/ -type f -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*_bump.*' -not -name '*.xcf' ) | while IFS= read -r T; do normalize "$T"; done | sort -u` textures_used=`echo "${textures_used#$LF}" | sort -u` echo "$textures_used$LF$textures_used$LF$textures_avail" | sort | uniq -u | while IFS= read -r L; do