Do not hardcode env
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!env bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!env bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!env bash
|
||||||
set -exo pipefail
|
set -exo pipefail
|
||||||
|
|
||||||
# Name of the file to write out
|
# Name of the file to write out
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!env bash
|
||||||
set -exo pipefail
|
set -exo pipefail
|
||||||
|
|
||||||
# Name of the file to write out
|
# Name of the file to write out
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!env bash
|
||||||
set -exo pipefail
|
set -exo pipefail
|
||||||
|
|
||||||
# Name of the file to write out
|
# Name of the file to write out
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!env bash
|
||||||
|
|
||||||
name="${0%.sh}"
|
name="${0%.sh}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user