[Pkg-mpd-commits] [pkg-mpd] 11/12: fix bashism in postinst
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Nov 23 21:03:45 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository pkg-mpd.
commit 3728fe7594878b28b2d69f031107152be135fc70
Author: Florian Schlichting <fsfs at debian.org>
Date: Sat Nov 23 21:48:12 2013 +0100
fix bashism in postinst
---
debian/mpd.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/mpd.postinst b/debian/mpd.postinst
index 99c94d9..207ac32 100644
--- a/debian/mpd.postinst
+++ b/debian/mpd.postinst
@@ -6,7 +6,7 @@ umask 0022
ACTION="$1"
VERSION="$2"
-if [ "$ACTION" == "configure" ]; then
+if [ "$ACTION" = "configure" ]; then
# add the mpd user
if ! getent passwd mpd >/dev/null; then
adduser --quiet --ingroup audio --system --no-create-home \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git
More information about the Pkg-mpd-commits
mailing list