lispPackages.clwrapper: patching the second shebang, because source builtin is used

This commit is contained in:
Michael Raskin 2018-02-17 22:30:39 +01:00
parent 687f81bc3c
commit 0ac5af9f3a

View File

@ -1,3 +1,3 @@
#! /bin/sh
#!@bash@/bin/bash
source "@out@"/bin/cl-wrapper.sh "${NIX_LISP_COMMAND:-$(@ls@ "@lisp@/bin"/* | @head@ -n 1)}" "$@"