nixpkgs/pkgs/stdenv/generic
happysalada 33518fcb45 stdenv/setup.sh: fix read -N 0 for bash 5
somehow `read -N 0` behavior changed in bash 5. `read -d ''` has identical behavior
the purpose of the function is to read stdin and exit 1 on a null byte (i.e. if stdin is the content of a binary)

(cherry picked from commit 5d0acf20f8)
2021-09-12 09:48:54 +09:00
..
builder.sh stdenv: reduce io 2021-08-30 10:24:30 +09:00
check-meta.nix stdenv/check-meta: add maxSilent 2021-08-07 02:18:59 +03:00
default-builder.sh
default.nix stdenv: Fix overriding + overrideAttrs 2021-08-18 17:22:50 +00:00
make-derivation.nix pkgs/stdenv/make-derivation: Reindent 2021-08-18 17:22:52 +00:00
setup.sh stdenv/setup.sh: fix read -N 0 for bash 5 2021-09-12 09:48:54 +09:00