From 3d45dda8fd3fea61e5dbbca400a94c722ad507e8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 1 Jul 2007 13:06:42 +0200 Subject: [PATCH] A fix for a fix. --- bin/ev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2