From: Martin Mares Date: Sun, 1 Jul 2007 11:06:42 +0000 (+0200) Subject: A fix for a fix. X-Git-Tag: python-dummy-working~328 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3d45dda8fd3fea61e5dbbca400a94c722ad507e8;p=eval.git A fix for a fix. --- diff --git a/bin/ev b/bin/ev index eeb5f00..11876b5 100755 --- a/bin/ev +++ b/bin/ev @@ -19,7 +19,7 @@ log-init box-init # Compile the program -locate-source $SDIR/$3 +locate-source `if [ -n "$3" ] ; then echo $SDIR/$3 ; fi` compile || true # Initialize the points file