[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-597-g129637f

Mildred Ki'Lya silkensedai at online.fr
Wed Nov 11 14:33:45 UTC 2009


The following commit has been merged in the stable branch:
commit 129637fa2321902c250dd4f08b511b6f32488c77
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Wed Nov 11 15:33:33 2009 +0100

    Fix shorter

diff --git a/src/shorter.li b/src/shorter.li
index 662c79d..0cc6d45 100644
--- a/src/shorter.li
+++ b/src/shorter.li
@@ -150,7 +150,7 @@ Section Private
           is_shorter  := FALSE;
           is_shorter2 := TRUE;
           is_short_recursive := TRUE;
-        }.elseif {cmd == "-version"} then {
+        }.elseif {cmd ~= "-version"} then {
           display_version;
 	} else {
 	  display_usage;

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list