$ git diff diff --git a/salmonella.scm b/salmonella.scm index c8981e5..9ae6ed7 100644 --- a/salmonella.scm +++ b/salmonella.scm @@ -218,7 +218,10 @@ (maybe-exe "chicken-install") default-chicken-install-program)))) (host-repository-path - (shell-command-output chicken-install '(-repository))) + (begin + ;; Get the repository path set at CHICKEN installation time + (unset-environment-variable! "CHICKEN_INSTALL_REPOSITORY") + (shell-command-output chicken-install '(-repository)))) (binary-version (pathname-file host-repository-path)) (major-version (let ((v (shell-command-output