Skip to content

Commit c8b7048

Browse files
committed
multiple-outputs.sh: Make _assignFirst message more accurate
1 parent 6e91cb0 commit c8b7048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/build-support/setup-hooks/multiple-outputs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _assignFirst() {
2020
if [ -n "${!_var-}" ]; then eval "${varName}"="${_var}"; return; fi
2121
done
2222
echo
23-
echo "error: _assignFirst: could not find a non-empty variable to assign to ${varName}."
23+
echo "error: _assignFirst: could not find a non-empty variable whose name to assign to ${varName}."
2424
echo " The following variables were all unset or empty:"
2525
echo " $*"
2626
if [ -z "${out:-}" ]; then

0 commit comments

Comments
 (0)