Skip to content

Commit 96a50e2

Browse files
committed
/bin/bash -> /usr/bin/env bash
1 parent 0d577d0 commit 96a50e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/package

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

33
set -euo pipefail
44
cd "$(dirname "$0")"/..

bin/publish

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

33
set -euo pipefail
44

bin/update-ca-certificates

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

33
set -euo pipefail
44
cd "$(dirname "$0")/.."

test/browserstack/run

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

33
set -euo pipefail
44
cd "$(dirname "$0")"

0 commit comments

Comments
 (0)