Hi,

It appears that there shouldn't be quotes around the %s in the iso-8859-1
charset entry; xterm passes the remaining arguments to the program, quoting
them means that xterm thinks they're part of the program's name.

  Brian Campbell

--- etc/mhn.defaults.sh.orig    Fri Apr  7 17:18:32 2000
+++ etc/mhn.defaults.sh Fri Apr  7 17:19:01 2000
@@ -147,7 +147,7 @@
 
 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
+       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

Reply via email to