mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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"
|
||||
|
||||
egrep -v "^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
|
||||
egrep -v "\.cur|^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | (
|
||||
echo "#define static" >&4
|
||||
|
||||
echo "#ifndef _RES_H" >&5
|
||||
|
Loading…
x
Reference in New Issue
Block a user