Do not default to SBCL for wrapped non-SBCL lisp implementation

This commit is contained in:
Michael Raskin
2016-03-25 17:58:05 +01:00
parent 54ca7e9f75
commit 98e8696290
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
#! /bin/sh
"$(dirname "$0")"/cl-wrapper.sh "${NIX_LISP_COMMAND:-sbcl}" "$@"
"$(dirname "$0")"/cl-wrapper.sh "${NIX_LISP_COMMAND:-$(ls "@lisp@/bin"/* | head -n 1)}" "$@"