having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / ourjavac
index dd823eca7704c3cd74b9129c4677863d35a39aa8..deb7124e53300bf53882db674f4ffb74d11200f0 100755 (executable)
@@ -1,12 +1,15 @@
-
 #!/bin/bash
+if [ -n ${DISABLEAFID:-""} ]
+then
+javac $@
+else
 if [ -a ~/.AFID/FindSource ]
 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
 javac $@
 fi
+fi