From: Rudolf Polzer Date: Fri, 2 Sep 2011 18:17:22 +0000 (+0200) Subject: ignore .sh files X-Git-Tag: xonotic-v0.5.0~20^2~3 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=e7705c71562820aa64779ff2e60df636e20411ae ignore .sh files --- diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index 4c318dc4..d11c1a46 100755 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -394,7 +394,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 '*.sh' -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_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