[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-635-g2c1d7ae

Mildred Ki'Lya silkensedai at online.fr
Wed Feb 10 20:09:55 UTC 2010


The following commit has been merged in the stable branch:
commit 5b07aee45449d75397907b393ddcf1d38e725b21
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Feb 10 14:26:00 2010 +0100

    Fix Makefile clean-spaces

diff --git a/Makefile b/Makefile
index e6aa7b2..d77ad70 100644
--- a/Makefile
+++ b/Makefile
@@ -183,4 +183,4 @@ clean:
 	-git clean -fdx
 
 clean-spaces:
-	-find . \( -name "*.li" -o -name "*.lip" \) -print0 | xargs -0 sed -i 's/\s*$//'
+	-find . \( -name "*.li" -o -name "*.lip" \) -print0 | xargs -0 sed -i 's/\s*$$//'

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list