From fe7aa7af60b5fd730ec7280c389920568eff6e6e Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Thu, 18 Jun 2015 13:21:49 +0200 Subject: [PATCH] Removed flood in remove_whitespaces script --- other_things/scripts/remove_whitespaces.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/other_things/scripts/remove_whitespaces.sh b/other_things/scripts/remove_whitespaces.sh index fa7f1bac..4f761986 100755 --- a/other_things/scripts/remove_whitespaces.sh +++ b/other_things/scripts/remove_whitespaces.sh @@ -12,7 +12,6 @@ luafiles=$(mucro '.lua'$ -r . -b) sed -i 's/[ \t]*$//' $luafiles # Done -echo `git status` echo "Done" #EOF