~ chicken-core (chicken-5) fa8e6f7804c89d89035415e8309604be34014b80


commit fa8e6f7804c89d89035415e8309604be34014b80
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Mar 27 10:50:24 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Mar 27 10:50:24 2010 +0100

    applied patch my mario to fix bug in chicken-install reported by Jeronimo Pellegrini

diff --git a/chicken-install.scm b/chicken-install.scm
index e9b62153..54b56887 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -459,7 +459,7 @@
 		     (else (list egg))))
 	     eggs)
 	    string=?)))
-      (unless (lset= string=? eggs eggs2)
+      (unless (lset= same? eggs eggs2)
 	(print "mapped " eggs " to " eggs2))
       eggs2))
 
Trap