Skip to content

Commit 4dd486b

Browse files
committed
bin/provision-instance: Switch to /usr/bin/env bash
macOS ships with Bash 3.x, where the script fails as follows: ``` $ bin/provision-instance.sh builder-05.stage.ops.jquery.net staging bin/provision-instance.sh: line 10: VERSION_CODENAME: unbound variable ``` In order to allow use of newer Bash, prefer `env bash`.
1 parent 68405f2 commit 4dd486b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/provision-instance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Script to install Puppet on new instances
33

44
set -euo pipefail

0 commit comments

Comments
 (0)