mirror of https://github.com/odrling/Aegisub
ignore .cur files on posix
Originally committed to SVN as r1368.
This commit is contained in:
parent
1c87280357
commit
06c2a7f6c3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
RESFILE="$1"
|
RESFILE="$1"
|
||||||
|
|
||||||
egrep -v "^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
|
egrep -v "\.cur|^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
|
||||||
echo "#define static" >&4
|
echo "#define static" >&4
|
||||||
|
|
||||||
echo "#ifndef _RES_H" >&5
|
echo "#ifndef _RES_H" >&5
|
||||||
|
|
Loading…
Reference in New Issue