File was b0rked by SVN, and should not be needed anymore anyhow.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2741 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
find src -type f -name "*.[ch]" -print0 | xargs -0 ./subst 's/
|
|
||||||
$//g'
|
|
||||||
find src -type f -name "*.ci" -print0 | xargs -0 ./subst 's/
|
|
||||||
$//g'
|
|
||||||
find src -type f -name "Makeinfo" -print0 | xargs -0 ./subst 's/
|
|
||||||
$//g'
|
|
||||||
find doc -type f -print0 | xargs -0 ./subst 's/
|
|
||||||
$//g'
|
|
||||||
Reference in New Issue
Block a user