[SCM] applications.git branch, master, updated. bf1ecfd2980f5c5ca6894c7d68b47ef0b5044270

Benoit Sonntag sonntag at icps.u-strasbg.fr
Thu Nov 12 19:36:02 UTC 2009


The following commit has been merged in the master branch:
commit bf1ecfd2980f5c5ca6894c7d68b47ef0b5044270
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Thu Nov 12 20:36:01 2009 +0100

    Relative path updated

diff --git a/examples/standard/compile.sh b/examples/standard/compile.sh
index 4637644..cf98dc1 100755
--- a/examples/standard/compile.sh
+++ b/examples/standard/compile.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-for i in `find -name "*.li"` ; do cat $i | grep -q "\- main <" && echo Compile $i && lisaac $i -q -boost; done
+for i in `find -name "*.li"` ; do cat $i | grep -q "\- main <" && echo Compile $i && /home/sonntag/compiler/src/lisaac $i -q -boost; done
diff --git a/examples/standard/make.lip b/examples/standard/make.lip
index 37e1446..7e2b4ad 100644
--- a/examples/standard/make.lip
+++ b/examples/standard/make.lip
@@ -30,7 +30,7 @@ Section Private
   - example_path <-
   // Example path.
   ( 
-    path_li "example/*"; // BSBS: relative path comming soon
+    path "*"; 
   );
     
   //

-- 
applications.git



More information about the Lisaac-commits mailing list