[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.1-34-g6406a78

Ryan Niebur ryanryan52 at gmail.com
Thu Dec 10 01:25:44 UTC 2009


The following commit has been merged in the master branch:
commit 6406a784e4fa400faba7385fef3b79e284d738a8
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Wed Dec 9 17:25:25 2009 -0800

    properly quote in the postinst

diff --git a/debian/postinst b/debian/postinst
index bc2bac4..5c4d0bf 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -48,7 +48,7 @@ case "$1" in
             if test -f "$OLDFILE"
             then
                 echo -n "Removing obsolete $OLDFILE ... "
-                rm -f $OLDFILE
+                rm -f "$OLDFILE"
                 echo "done"
             fi
         done

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list