From 7f378c807269de852f212a050c43a675a241f83b Mon Sep 17 00:00:00 2001 From: nion Date: Fri, 28 Oct 2005 15:35:46 +0000 Subject: [PATCH] Nico Golde: - fixed fleang misbahviour git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@566 e385b8ad-14ed-0310-8656-cc95a2468c6d --- muttbug.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muttbug.sh.in b/muttbug.sh.in index dc0d054..2f73ab2 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -185,7 +185,7 @@ if test -f /etc/debian_version ; then DPKG=no unset DEBIANVERSION fi - if [ "$DPKG" == "yes" ] ; then + if [ "$DPKG" = "yes" ] ; then echo "$DPKG" echo $n "File this bug with Debian? [Y|n] $c" read DPKG @@ -198,7 +198,7 @@ else DEBIAN=no DPKG=no fi -if [ "$DPKG" == "yes" ] ; then +if [ "$DPKG" = "yes" ] ; then echo "" echo "Use reportbug muttng to report the bug to the debian bug tracking system..." exit -- 2.20.1