aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-09-19 21:57:55 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-09-19 21:57:55 +0000
commit0bbb3d2b84a15d638e4381488b32d3bb7206a74b (patch)
tree4ca0575126a4bb86a073ddb312e49358403177db /isa
parenta8aed84d6e209f9f44d9644ca957ada04820acf6 (diff)
installfonts only when using X window system;
Diffstat (limited to 'isa')
-rw-r--r--isa/interface3
1 files changed, 1 insertions, 2 deletions
diff --git a/isa/interface b/isa/interface
index 7f323fdf..8a6cfe48 100644
--- a/isa/interface
+++ b/isa/interface
@@ -117,6 +117,7 @@ ARGS=""
if [ "$WINDOWSYSTEM" = true -a -n "$DISPLAY" ]; then
ARGS="$ARGS -T Isabelle"
+ [ -n "$XSYMBOL_INSTALLFONTS" ] && "$ISATOOL" installfonts -x
else
ARGS="$ARGS -nw"
XSYMBOL=false
@@ -131,8 +132,6 @@ do
[ -f "$FILE" ] && ARGS="$ARGS -l $FILE"
done
-[ -n "$XSYMBOL_INSTALLFONTS" ] && "$ISATOOL" installfonts -x
-
export PROOFGENERAL_ASSISTANTS="$KIND"
export PROOFGENERAL_LOGIC="$LOGIC"
export PROOFGENERAL_XSYMBOL="$XSYMBOL"