[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-62-g543efbb

Steffen Moeller moeller at debian.org
Sat Nov 6 20:23:28 UTC 2010


The following commit has been merged in the master branch:
commit e05004c81ff493997c12eb781f2eec60c03f0d61
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Nov 6 16:06:33 2010 +0100

    Added quotes around variable.

diff --git a/debian/boinc-client.postrm b/debian/boinc-client.postrm
index 995330b..c4c2266 100644
--- a/debian/boinc-client.postrm
+++ b/debian/boinc-client.postrm
@@ -12,8 +12,8 @@ BOINC_DIR=/var/lib/boinc-client
 
 rm_boinc_dir()
 {
-    if [ -d $BOINC_DIR ]; then
-        rm -r $BOINC_DIR
+    if [ -d "$BOINC_DIR" ]; then
+        rm -r "$BOINC_DIR"
     fi
     if getent passwd boinc >/dev/null; then
         if [ -x "`which deluser 2>/dev/null`" ]; then

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list