mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
multiple-outputs.sh: Make _assignFirst message more accurate
This commit is contained in:
parent
6e91cb046e
commit
c8b7048233
@ -20,7 +20,7 @@ _assignFirst() {
|
||||
if [ -n "${!_var-}" ]; then eval "${varName}"="${_var}"; return; fi
|
||||
done
|
||||
echo
|
||||
echo "error: _assignFirst: could not find a non-empty variable to assign to ${varName}."
|
||||
echo "error: _assignFirst: could not find a non-empty variable whose name to assign to ${varName}."
|
||||
echo " The following variables were all unset or empty:"
|
||||
echo " $*"
|
||||
if [ -z "${out:-}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user