mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #65896 from aojea/issue#65784
Automatic merge from submit-queue (batch tested with PRs 65882, 65896, 65755, 60549, 65927). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fail update-godep-licenses if bash version lower than 4 **What this PR does / why we need it**: trying to update godeps on mac OSX fails without any information, this patch exits the script with a return error code just after printing the cause of the failure in the screen to the user **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #65784 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
commit
bac20f7f93
@ -140,6 +140,7 @@ if ((${BASH_VERSINFO[0]}<4)); then
|
||||
echo "$ brew install md5sha1sum bash jq"
|
||||
fi
|
||||
echo
|
||||
exit 9
|
||||
fi
|
||||
|
||||
# This variable can be injected, as in the verify script.
|
||||
|
Loading…
Reference in New Issue
Block a user