~ salmonella-environment-setup (master) e30333b04b1d2e38d9c7a97ea6e20cb2a873c510


commit e30333b04b1d2e38d9c7a97ea6e20cb2a873c510
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Mon Dec 25 13:20:24 2017 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Mon Dec 25 13:20:24 2017 +0100

    salmonella/conf/chicken-5-common.scm: don't hardcoded chicken's home dir

diff --git a/conf/chicken-5-common.scm b/conf/chicken-5-common.scm
index 9473752..e1078c0 100644
--- a/conf/chicken-5-common.scm
+++ b/conf/chicken-5-common.scm
@@ -42,4 +42,4 @@
      (lambda ()
        (pp `(location ,chicken-5-eggs-directory)))
      append:)
-   (system* "rm -rf /home/chicken/.chicken-install.cache")))
+   (system* "rm -rf $HOME/.chicken-install.cache")))
Trap