Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: fix some shebangs #26293

Merged
merged 1 commit into from Jun 28, 2023
Merged

Conversation

markpash
Copy link
Contributor

Some bash scripts have shebangs that point directly to the bash interpreter, rather than going through /usr/bin/env. Replace these in in bash scripts that are invoked in tests.

@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jun 16, 2023
@markpash
Copy link
Contributor Author

/test

Some bash scripts have shebangs that point directly to the bash
interpreter, rather than going through /usr/bin/env. Replace these in
in bash scripts that are invoked in tests.

Signed-off-by: Mark Pashmfouroush <mark@isovalent.com>
@markpash
Copy link
Contributor Author

/test

@markpash markpash added area/misc Impacts miscellaneous areas of the code not otherwise owned by another area. release-note/misc This PR makes changes that have no direct user impact. labels Jun 26, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Jun 26, 2023
@markpash markpash marked this pull request as ready for review June 26, 2023 19:41
@markpash markpash requested review from a team as code owners June 26, 2023 19:41
@markpash markpash requested review from nebril and lmb June 26, 2023 19:41
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 28, 2023
@borkmann borkmann merged commit 816ae37 into cilium:main Jun 28, 2023
65 checks passed
@markpash markpash deleted the pr/markpash/bash-fixes branch June 29, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/misc Impacts miscellaneous areas of the code not otherwise owned by another area. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants