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
Merge pull request #17501 from pgier/init-script-minor-fix
Automatic merge from submit-queue (batch tested with PRs 17451, 17501).
hack/lib/init.sh: minor shell and readme improvement
hack/lib/init.sh: minor shell and readme improvement
Use ${BASH_SOURCE[0]} instead of $0 for consistent behavior when
script is run directly or using 'source hack/lib/init.sh', and
fix regex.
Use tabs instead of spaces for indenting in shell scripts.
The example in the CONTRIBUTING doc adds the locally built
oc binary dir at the end of the PATH. If the user already has oc
in the path then this command won't override it. This just
changes the example to add the local build to the beginning of the PATH
0 commit comments