ignore .cur files on posix

Originally committed to SVN as r1368.
This commit is contained in:
David Lamparter 2007-07-05 13:25:20 +00:00
parent 1c87280357
commit 06c2a7f6c3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
RESFILE="$1"
egrep -v "^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
egrep -v "\.cur|^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
echo "#define static" >&4
echo "#ifndef _RES_H" >&5