Skip to content

Commit

Permalink
Change shebang to /usr/bin/env bash like other scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Malay Kumar Parida <[email protected]>
  • Loading branch information
malayparida2000 committed Sep 26, 2023
1 parent 863d6f0 commit 344766e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/DEBUG_EXPORTS.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

source hack/common.sh

Expand Down
2 changes: 1 addition & 1 deletion hack/unit-test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion hack/verify-operator-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

source hack/ensure-operator-sdk.sh

${OPERATOR_SDK} bundle validate "$(dirname $OCS_FINAL_DIR)" --verbose
${OPERATOR_SDK} bundle validate "$(dirname $OCS_FINAL_DIR)" --verbose

0 comments on commit 344766e

Please sign in to comment.