changes: now Inference engine works fine with the EyeTracking benchmark.
[IRC.git] / Robust / src / ourjava
index cf9ff1f316fbcfaf759445059dc87cfb33b8a442..7f6910c1d2530a2004e4d75ee7dc8165958e8c80 100755 (executable)
@@ -1,12 +1,15 @@
-
 #!/bin/bash
+if [ -n ${DISABLEAFID:-""} ]
+then
+java $@
+else
 if [ -a ~/.AFID/SaveTestCase ]
 then 
 if [ -z $OLDPATH ]
 then
 export OLDPATH=$PATH
 export PATH=$PATH:~/.AFID/
-if [ ! -a ~/research/Robust/.afidconfig ]
+if [ ! -e ~/research/Robust/.afidconfig ]
 then
 echo "project=Compiler" > ~/research/Robust/.afidconfig
 echo "user=$USER" >> ~/research/Robust/.afidconfig
@@ -21,3 +24,4 @@ fi
 else
 java $@
 fi
+fi