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'