Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 28 Oct 2005 15:35:46 +0000 (15:35 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 28 Oct 2005 15:35:46 +0000 (15:35 +0000)
- fixed fleang misbahviour

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@566 e385b8ad-14ed-0310-8656-cc95a2468c6d

muttbug.sh.in

index dc0d054..2f73ab2 100644 (file)
@@ -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