You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some bash scripts in this repo have #!/bin/bash at the top of the file. They need to have #!/usr/bin/env bash so it will pick up updated versions of bash on MacOS.
It should have no other side effect.
For context: for virtually any knative script to be run, the bash version needs to be v4+. See knative/test-infra#2143 for background.
The text was updated successfully, but these errors were encountered:
Some bash scripts in this repo have
#!/bin/bash
at the top of the file. They need to have#!/usr/bin/env bash
so it will pick up updated versions of bash on MacOS.It should have no other side effect.
For context: for virtually any knative script to be run, the bash version needs to be v4+. See knative/test-infra#2143 for background.
The text was updated successfully, but these errors were encountered: