Only change .c, .h and Makefile.h files. (forgot to commit this earlier)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@96 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-10-02 22:03:21 +00:00
parent b8e00b689b
commit e7224cb3c9
+3 -1
View File
@@ -1,4 +1,6 @@
#!/bin/sh
find src -type f -print0 | xargs -0 ./subst 's/
find src -type f -name "*.[ch]" -print0 | xargs -0 ./subst 's/
$//g'
find src -type f -name "Makefile.am" -print0 | xargs -0 ./subst 's/
$//g'