[mate-session-manager] 01/02: debian-mate-default-settings_gtk-accessibility.sh: Use single = instead of == (which is a bashism). (Closes: #805382).

Mike Gabriel sunweaver at debian.org
Sat Jan 2 14:49:20 UTC 2016


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

sunweaver pushed a commit to branch master
in repository mate-session-manager.

commit 31af35b0a678826abd694123c010bcade92bda28
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 21 14:30:47 2015 +0100

    debian-mate-default-settings_gtk-accessibility.sh: Use single = instead of == (which is a bashism). (Closes: #805382).
---
 .../profile.d/debian-mate-default-settings_gtk-accessibility.sh         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/default-settings/profile.d/debian-mate-default-settings_gtk-accessibility.sh b/debian/default-settings/profile.d/debian-mate-default-settings_gtk-accessibility.sh
index c3d530d..4714713 100644
--- a/debian/default-settings/profile.d/debian-mate-default-settings_gtk-accessibility.sh
+++ b/debian/default-settings/profile.d/debian-mate-default-settings_gtk-accessibility.sh
@@ -14,7 +14,7 @@
 # On Debian systems, the complete text of the GNU General Public
 # License version 2 can be found in "/usr/share/common-licenses/GPL-2".
 
-if [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" == "xmate" ]; then
+if [ "x$DESKTOP_SESSION" = "xmate" ] || [ "x$XDG_SESSION_DESKTOP" = "xmate" ]; then
 	# Ensure GTK accessibility modules are active.
 	if [ -z "$GTK_MODULES" ] ; then
 		GTK_MODULES=gail:atk-bridge

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-session-manager.git



More information about the pkg-mate-commits mailing list