--- trunk/bin/grep-iselect.sh 2009/02/08 12:24:17 1036 +++ trunk/bin/grep-iselect.sh 2009/02/08 12:24:46 1037 @@ -5,7 +5,7 @@ test -z "$1" && exit select=tmp/grep -grep="grep -rni $@ '*.[Pp][MmLl] bin/ lib/ static/Frey/ t/ etc/" +grep="grep -rni $@ '*.[Pp][MmLl] bin/ lib/ static/Frey/ static/*.* t/ etc/" $grep | sed 's/^\([^ ]*:[0-9][0-9]*:[ ^]*\)/{s}\1/' > $select if [ ! -s $silect ] ; then echo "no results for $grep"