[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2784 - glibc-package/trunk/debian/debhelper.in



Author: aurel32
Date: 2008-01-12 15:48:07 +0000 (Sat, 12 Jan 2008)
New Revision: 2784

Modified:
   glibc-package/trunk/debian/debhelper.in/locales.postinst
Log:
Fix a typo


Modified: glibc-package/trunk/debian/debhelper.in/locales.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.postinst	2008-01-12 15:06:38 UTC (rev 2783)
+++ glibc-package/trunk/debian/debhelper.in/locales.postinst	2008-01-12 15:48:07 UTC (rev 2784)
@@ -54,7 +54,7 @@
         /usr/sbin/locale-gen
     fi
 
-    if ! [ -e $EE] || [ -n "$DEBCONF_RECONFIGURE" ] ; then
+    if ! [ -e $EE ] || [ -n "$DEBCONF_RECONFIGURE" ] ; then
         # Set default LANG environment variable
         if [ -e $EE ]; then
             # Remove previous definitions


Reply to: