X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttbug.sh.in;h=2f73ab227199f7656578081a9779a5716e6c9e08;hp=6e878bed4398db2458d8a3666a60368f5426c095;hb=8682670f5c23aca480236b8456aa8192b154a3e0;hpb=5ccacda9b868a0db6bb78ce6e3503861f6b93b67 diff --git a/muttbug.sh.in b/muttbug.sh.in index 6e878be..2f73ab2 100644 --- a/muttbug.sh.in +++ b/muttbug.sh.in @@ -24,7 +24,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA. # SUBMIT="mutt-ng-devel@lists.berlios.de" @@ -184,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 @@ -197,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