X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttbug.sh.in;h=2f73ab227199f7656578081a9779a5716e6c9e08;hp=dc0d054f884b66f457ff7709dc756eb77a8a9297;hb=22cf8192743cfba2e07776dadbc523676bdb3fe6;hpb=b17296ba049d71986028ac83f0b415a021d0691c 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