From adc26a18b6443bba58ce3818eb68d3224b5d2465 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Tue, 17 Apr 2007 23:15:39 +0000 Subject: [PATCH] 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 --- sc2/fixcrlf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 sc2/fixcrlf diff --git a/sc2/fixcrlf b/sc2/fixcrlf deleted file mode 100755 index b6570ec05..000000000 --- a/sc2/fixcrlf +++ /dev/null @@ -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'