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

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



Author: aurel32
Date: 2014-03-02 14:30:49 +0000 (Sun, 02 Mar 2014)
New Revision: 5980

Modified:
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
Fix indentation


Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-03-02 14:29:28 UTC (rev 5979)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-03-02 14:30:49 UTC (rev 5980)
@@ -267,9 +267,9 @@
         ldbytes=$(head -c 20 RTLD_SO | od -c)
     else
         # If the symlink to the dynamic linker is dangling or missing, set
-	# ldbytes to an empty string, the test below will fail and all the
-	# libraries found will be ignored.
-	ldbytes=""
+        # ldbytes to an empty string, the test below will fail and all the
+        # libraries found will be ignored.
+        ldbytes=""
     fi
     libcfiles=$(dpkg-query -L $(package_name) 2>/dev/null)
 


Reply to: