We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e91cb0 commit c8b7048Copy full SHA for c8b7048
1 file changed
pkgs/build-support/setup-hooks/multiple-outputs.sh
@@ -20,7 +20,7 @@ _assignFirst() {
20
if [ -n "${!_var-}" ]; then eval "${varName}"="${_var}"; return; fi
21
done
22
echo
23
- 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}."
24
echo " The following variables were all unset or empty:"
25
echo " $*"
26
if [ -z "${out:-}" ]; then
0 commit comments