nixpkgs/pkgs/development/lisp-modules/clwrapper
Brad Jensen 16e70997a8 Use if instead of && for deciding whether to run a command
The only difference between these forms is the return value when
"$NIX_LISP_SKIP_CODE" is the empty string.  In the original
formulation, the script would return a false exit status.  In the new
formulation, it will return a true exit status.

Its useful to be able to source cl-wrapper.sh (to get the variables it
establishes), and its a bit annoying that sourcing it with
NIX_LISP_SKIP_CODE=1 results in a false exit status.
2019-07-24 09:35:27 -07:00
..
build-with-lisp.sh
cl-wrapper.sh Use if instead of && for deciding whether to run a command 2019-07-24 09:35:27 -07:00
common-lisp.sh lispPackages.clwrapper: patching the second shebang, because source builtin is used 2018-02-17 22:31:18 +01:00
default.nix pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
setup-hook.sh lispPackages.clwrapper: recognise CCL in setup-hook 2018-02-01 19:07:19 +01:00