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

[SCM] Debian package checker branch, master, updated. 2.4.3-107-gdb842aa



The following commit has been merged in the master branch:
commit e4d998f81ff2edd5fd5a144a46a9904329bad8aa
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jan 3 22:23:59 2011 +0100

    Fixed typo in postrm script, which lead to a test failure.

diff --git a/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm b/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm
index 46416be..eaeb28d 100755
--- a/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm
+++ b/t/tests/shared-libs-ldconfig-scripts/debian/debian/app.postrm
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
 
-if [ "$1" = remove ] ; then ldconfig ; if
+if [ "$1" = remove ] ; then ldconfig ; fi
 
 #DEBHELPER#

-- 
Debian package checker


Reply to: