]> granicus.if.org Git - mutt/commitdiff
Fix bug#42: A missing "'".
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 22 Feb 2000 17:00:52 +0000 (17:00 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 22 Feb 2000 17:00:52 +0000 (17:00 +0000)
muttbug.sh.in

index 3acf49fa65bb3e5556ced44c9d52378dbb965f26..0dc66449846ad285b96a7fc23e40bbc1413c2135 100644 (file)
@@ -164,7 +164,7 @@ esac
 if test -f /etc/debian_version ; then
        DEBIAN=yes
        echo $n "Checking whether mutt has been installed as a package... $c"
-       DEBIANVERSION="`dpkg -l mutt | grep '^[ih] | awk '{print $3}'`" 2> /dev/null
+       DEBIANVERSION="`dpkg -l mutt | grep '^[ih]' | awk '{print $3}'`" 2> /dev/null
        if test "$DEBIANVERSION" ; then
                DPKG=yes
        else