]> diplodocus.org Git - nmh/blobdiff - etc/mhn.defaults.sh
Fix a segfault that happens when using the -file option.
[nmh] / etc / mhn.defaults.sh
index 8b29fcd1766f7999674f1ec448a5865d0962e28a..0db5d3ae1d133b18991e2e19f0532e98fef7f38b 100755 (executable)
@@ -1,9 +1,7 @@
-#! /bin/sh
+#!/bin/sh
 #
 # mhn.defaults.sh -- create extra profile file for MIME handling
 #
-# $Id$
-#
 # USAGE: mhn.defaults.sh [ search-path [ search-prog ]]
 
 # If a search path is passed to the script, we
@@ -154,11 +152,6 @@ if [ ! -z "$PGM" ]; then
        echo "mhshow-suffix-application/msword: .doc" >> $TMP
 fi
 
-PGM="`$SEARCHPROG $SEARCHPATH xterm`"
-if [ ! -z "$PGM" ]; then
-       echo "mhshow-charset-iso-8859-1: xterm -fn '-*-*-medium-r-normal-*-*-120-*-*-c-*-iso8859-*' -e '%s'" >> $TMP
-fi
-
 # output a sorted version of the file
 sort < $TMP