Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkgs/stdenv/generic/setup.sh: lint with ShellCheck
The behaviour of [[ -n/-z "${FOO[@]}" ]] is unspecified. Use [[ -n/-z "${FOO[*]-}" ]] instead
- Loading branch information