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
default.nix
setup-hook.sh