Removed shell variables. Now uses isatool getenv -b SPASS_HOME.
authorquigley
Wed, 25 May 2005 01:47:11 +0200
changeset 16066 c2257f8a73bb
parent 16065 8665446944ce
child 16067 c57725e8055a
Removed shell variables. Now uses isatool getenv -b SPASS_HOME.
src/HOL/Tools/ATP/spassshell
--- a/src/HOL/Tools/ATP/spassshell	Tue May 24 16:12:52 2005 +0200
+++ b/src/HOL/Tools/ATP/spassshell	Wed May 25 01:47:11 2005 +0200
@@ -1,2 +1,4 @@
 
-$SPASS_HOME $* |testoutput.py
+
+`isatool getenv -b SPASS_HOME`  $* |testoutput.py
+#$SPASS_HOME  $* |testoutput.py