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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to