From dc63209beb2a3025aad959a6768dbdc417bc5029 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 22 Nov 2006 18:47:01 +0000 Subject: [PATCH] Process .ci files too. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2519 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/fixcrlf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/fixcrlf b/sc2/fixcrlf index 256974dad..b6570ec05 100755 --- a/sc2/fixcrlf +++ b/sc2/fixcrlf @@ -1,6 +1,8 @@ #!/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/