[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-682-gd09f4c1

ontologiae ontologiae at gmail.com
Tue Nov 30 11:16:53 UTC 2010


The following commit has been merged in the master branch:
commit d09f4c130d8e15b95cb1aaf0003bb0460920bc33
Author: ontologiae <ontologiae at gmail.com>
Date:   Tue Nov 30 12:15:28 2010 +0100

    Add Mildred's hierarchy tool modified to trace inheritance from current directory

diff --git a/src/hierarchy.sh b/bin/hierarchy.sh
similarity index 97%
copy from src/hierarchy.sh
copy to bin/hierarchy.sh
index cbc2782..c2d5b27 100755
--- a/src/hierarchy.sh
+++ b/bin/hierarchy.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-cd "`dirname "$0"`"
+#cd "`dirname "$0"`"
+echo Current directory : "`pwd`"
 
 op_markdown=false
 
@@ -88,4 +89,4 @@ parse(){
 
 for root in $roots; do
   parse $root
-done
\ No newline at end of file
+done

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list