Skip to content

Commit

Permalink
chore: use /usr/bin/env to locate the bash interpreter based on the u…
Browse files Browse the repository at this point in the history
…ser's PATH settings. (red-hat-data-services#1197)

On MacOSX, /bin/bash is quite outdate 3.2.57 and does not suport
`declare -A` which leads to the get_all_manifests.sh to fail.

Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
  • Loading branch information
lburgazzoli authored Aug 21, 2024
1 parent d2caf7a commit 0c18431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_all_manifests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

GITHUB_URL="https://github.com"
Expand Down

0 comments on commit 0c18431

Please sign in to comment.