Skip to content

Commit 8f78967

Browse files
authored
Merge pull request #2080 from JohnAZoidberg/usr-env-bin-bash
docker scripts: Use portable shebang
2 parents d3d8053 + e49e151 commit 8f78967

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker_latest.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

33
# Source shared docker helper functions
44
# shellcheck source=docker/common.sh

docker_local_dev.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

33
# Source shared docker helper functions
44
# shellcheck source=docker/common.sh

docker_repro.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

33
# Source shared docker helper functions (use the docker/ path where common.sh lives)
44
# shellcheck source=docker/common.sh

0 commit comments

Comments
 (0)