multiple-outputs.sh: Make _assignFirst message more accurate
This commit is contained in:
parent
6e91cb046e
commit
c8b7048233
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue