From b3e3b66b1d301f770c965128e3f4c0d6379e873e Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 12 Oct 2002 14:47:11 +0000 Subject: [PATCH] Added doc dir to script too git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@112 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/fixcrlf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/fixcrlf b/sc2/fixcrlf index 94ba9be94..da9f95182 100755 --- a/sc2/fixcrlf +++ b/sc2/fixcrlf @@ -3,4 +3,5 @@ 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' - +find doc -type f -print0 | xargs -0 ./subst 's/ +$//g'