tuned comment;
authorwenzelm
Tue, 11 Mar 1997 16:17:01 +0100
changeset 2784 a78655c814b0
parent 2783 7d0ec11966d4
child 2785 27a17c846021
tuned comment; more robust check;
lib/Tools/installfonts
--- a/lib/Tools/installfonts	Tue Mar 11 14:44:25 1997 +0100
+++ b/lib/Tools/installfonts	Tue Mar 11 16:17:01 1997 +0100
@@ -2,7 +2,7 @@
 #
 # $Id$
 #
-# DESCRIPTION: install Isabelle symbol fonts
+# DESCRIPTION: install the isabelle fonts into your X11 server
 
 
 PRG=$(basename $0)
@@ -12,7 +12,7 @@
   echo
   echo "Usage: $PRG"
   echo
-  echo "  Install the Isabelle symbol fonts into your X11 server."
+  echo "  Install the isabelle fonts into your X11 server."
   echo "  (May be savely called repeatedly.)"
   echo
   exit 1
@@ -23,7 +23,7 @@
 
 function checkfonts()
 {
-  RESULT=$(xlsfonts -fn "-isabelle-*-isabelle-0" 2>&1) || return 1
+  RESULT=$(xlsfonts -fn "-isabelle-fixed-*-isabelle-0" 2>&1) || return 1
 
   case "$RESULT" in
     xlsfonts:*)