[Pkg-mpd-commits] [mpdscribble] 01/02: Un-invert $MPD_SYSTEMWIDE.

Andrey Rahmatullin wrar-guest at alioth.debian.org
Tue Oct 15 18:04:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

wrar-guest pushed a commit to branch master
in repository mpdscribble.

commit 7118b22e81f81ac9b56f02321e036a068498aa3a
Author: Andrey Rahmatullin <wrar at wrar.name>
Date:   Wed Oct 16 00:02:18 2013 +0600

    Un-invert $MPD_SYSTEMWIDE.
---
 debian/mpdscribble.config |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/mpdscribble.config b/debian/mpdscribble.config
index b94649e..2d42cb5 100644
--- a/debian/mpdscribble.config
+++ b/debian/mpdscribble.config
@@ -11,7 +11,7 @@ if [ -f /etc/default/mpdscribble ] ; then
 fi
 
 if [ ! "x$MPD_SYSTEMWIDE" = "xNOTSET" ] ; then
-    if [ ! "x$MPD_SYSTEMWIDE" = x1 ]; then
+    if [ "x$MPD_SYSTEMWIDE" = x1 ]; then
         db_set mpdscribble/systemwide true
     else
         db_set mpdscribble/systemwide false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/mpdscribble.git



More information about the Pkg-mpd-commits mailing list