Skip to content

Commit

Permalink
multiple-outputs.sh: Make _assignFirst message more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Feb 26, 2023
1 parent 6e91cb0 commit c8b7048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/setup-hooks/multiple-outputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8b7048

Please sign in to comment.