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:
+3
-1
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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'
|
$//g'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user