Skip to content

Commit 5b5487f

Browse files
committed
Update shebang from /bin/bash to /usr/bin/env bash
1 parent 337f857 commit 5b5487f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate-stackbrew-library.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
set -eu
33

44
image="${1:-hello-world}"

update.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
set -e
33

44
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

0 commit comments

Comments
 (0)