-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: set a bash shebang recognized by ansible-test
Few years ago, the "#!/bin/bash" shebang for bash scripts stopped to be allowed by ansible-test in favour of "#!/usr/bin/env bash" [1]. Hence, switch the fact script to "#!/usr/bin/env bash", which will behave in the same way. This makes it possible to drop the ignores for this failure. [1] ansible/ansible#50954 Signed-off-by: Pino Toscano <[email protected]>
- Loading branch information
Showing
6 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.