wibble
[apps/madmutt.git] / muttbug.sh.in
index 6e878be..2f73ab2 100644 (file)
@@ -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