From e7224cb3c9474cf9ad971c65f8156490f9065d47 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Wed, 2 Oct 2002 22:03:21 +0000 Subject: [PATCH] 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 --- sc2/fixcrlf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sc2/fixcrlf b/sc2/fixcrlf index 457d0507c..94ba9be94 100755 --- a/sc2/fixcrlf +++ b/sc2/fixcrlf @@ -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'