~ salmonella-environment-setup (master) 8e1db14dacdfb684134760637c961eb3dfd5c6b4


commit 8e1db14dacdfb684134760637c961eb3dfd5c6b4
Author:     Mario Domenech Goulart <mario@hd-t1179cl.privatedns.com>
AuthorDate: Thu Sep 9 08:27:47 2010 -0400
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Thu Sep 9 08:30:58 2010 -0400

    run-salmonella.scm: use 4.6.0rc1 for bootstrapping chicken from the master branch

diff --git a/run-salmonella.scm b/run-salmonella.scm
index a783b55..362e9f8 100755
--- a/run-salmonella.scm
+++ b/run-salmonella.scm
@@ -8,7 +8,7 @@
 (define chicken-major-release 4)
 (define chicken-core-dir (make-pathname tmp-dir "chicken-core"))
 (define chicken-prefix (make-pathname tmp-dir "chicken"))
-(define chicken-bootstrap "/usr/local/chicken-4.5.2/bin/chicken")
+(define chicken-bootstrap "/usr/local/chicken-4.6.0rc1/bin/chicken")
 (define chicken-core-git-uri "http://code.call-cc.org/git/chicken-core.git")
 (define chicken-eggs-svn-uri
   (conc "https://anonymous@code.call-cc.org/svn/chicken-eggs/release/" chicken-major-release))
Trap