Author: aurel32
Date: 2008-10-12 20:02:13 +0000 (Sun, 12 Oct 2008)
New Revision: 3150

Modified:
   glibc-package/trunk/debian/debhelper.in/locales.postinst
Log:
Add a space between '#' and the name of the locale


Modified: glibc-package/trunk/debian/debhelper.in/locales.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.postinst    2008-10-12 
16:28:28 UTC (rev 3149)
+++ glibc-package/trunk/debian/debhelper.in/locales.postinst    2008-10-12 
20:02:13 UTC (rev 3150)
@@ -37,7 +37,7 @@
         fi
 
         # Comment previous defined locales
-        sed -i -e 's/^[a-zA-Z]/#&/' $LG
+        sed -i -e 's/^[a-zA-Z]/# &/' $LG
 
         # Make sure all locales exists in locales.gen
         echo "$SUPPORTED_LOCALES" | while read locale ; do


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to