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

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



Author: aurel32
Date: 2014-03-02 11:59:01 +0000 (Sun, 02 Mar 2014)
New Revision: 5978

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


Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-03-01 13:27:05 UTC (rev 5977)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2014-03-02 11:59:01 UTC (rev 5978)
@@ -263,7 +263,7 @@
     # Try to detect copies of the libc library in the various places
     # the dynamic linker uses.
     ldfile=$(readlink -m RTLD_SO)
-    if test -f "$file" then
+    if test -f "$file"; then
         ldbytes=$(head -c 20 RTLD_SO | od -c)
     else
         # If the symlink to the dynamic linker is dangling or missing, set


Reply to: