X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bin%2Fev;h=1681d93c612a211ae6e23c9b0fe99d81bcd3aea9;hb=62f031249f096887b62544f8e4513fd225ac86fd;hp=8e46028c30d3b50a193575b39a253ac69c19b603;hpb=6493c533ffbb60605df2c8cbbb0a3493f8431bba;p=moe.git diff --git a/bin/ev b/bin/ev index 8e46028..1681d93 100755 --- a/bin/ev +++ b/bin/ev @@ -19,8 +19,10 @@ log-init box-init # Compile the program -locate-source `if [ -n "$3" ] ; then echo $SDIR/$3 ; fi` -compile || true +if [ $TASK_TYPE != open-data ] ; then + locate-source `if [ -n "$3" ] ; then echo $SDIR/$3 ; fi` + compile || true +fi # Initialize the points file PTSFILE=$TDIR/points