Admin/MacOS/script
changeset 30891 28c7f7ba9f13
parent 29173 c14c9a41f1ac
child 30893 b310beb36645
--- a/Admin/MacOS/script	Tue Apr 14 14:37:44 2009 +0200
+++ b/Admin/MacOS/script	Tue Apr 14 17:47:24 2009 +0200
@@ -57,7 +57,7 @@
 
 OUTPUT="/tmp/isabelle$$.out"
 
-( "$HOME/bin/isabelle" emacs "$@" ) > "$OUTPUT" 2>&1
+( "$ISABELLE_TOOL" emacs "$@" ) > "$OUTPUT" 2>&1
 RC=$?
 
 if [ "$RC" != 0 ]; then