nixpkgs/pkgs/stdenv/generic
Eelco Dolstra 78b01de68d substituteAll: Enumerate environment variables more reliably
Getting the names of all environment variables is tricky. The previous
implementation easily got confused by multi-line variables. The new
one is more reliable but not still not perfect.

This works around a segfault in Bash 4.3, where the expression
"${!var}" (where var="-9") crashes under certain conditions.

http://hydra.nixos.org/build/16693445
2014-11-10 13:35:09 +01:00
..
builder.sh stdenv: Don't use sed to build the setup script 2014-08-09 12:45:52 +02:00
default-builder.sh
default.nix Fix indent 2014-10-26 01:59:05 +02:00
setup.sh substituteAll: Enumerate environment variables more reliably 2014-11-10 13:35:09 +01:00