From 444892856d10318444e95ef0720b2fce61178712 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Thu, 19 Apr 2007 05:30:21 +0200 Subject: [PATCH] fix the s/tt/t/ bug --- admin/conv.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/conv.sh b/admin/conv.sh index 373836bd..f40e4539 100755 --- a/admin/conv.sh +++ b/admin/conv.sh @@ -29,7 +29,6 @@ H # Formatting, souround = with spaces, remove double spaces and tabs and spaces at end of line g/=/s/=/ = / g/ /s/ / /g -g/\t\t/s/\t\t/\t/g g/ *$/s/ *$// # # insert the srcdir var -- 2.11.4.GIT