summaryrefslogtreecommitdiff
path: root/resources/scripts/update
diff options
context:
space:
mode:
authorRon Nazarov <noisytoot@disroot.org>2021-06-03 12:47:08 +0100
committerRon Nazarov <noisytoot@disroot.org>2021-06-03 12:47:08 +0100
commit0fadeed493688213b4c5daab32c5dbbcd41ce4c8 (patch)
tree84ae0853b3ef2ff9cded68c1ab37b78834fa8d66 /resources/scripts/update
parent02009fdb34f785bca0dcc625c065c637529c6af3 (diff)
replace #!/bin/bash with #!/usr/bin/env bash
Diffstat (limited to 'resources/scripts/update')
-rwxr-xr-xresources/scripts/update/coreboot/configs2
-rwxr-xr-xresources/scripts/update/seabios/configs2
-rwxr-xr-xresources/scripts/update/tianocore/configs2
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/update/coreboot/configs b/resources/scripts/update/coreboot/configs
index 639a255d..bc973b91 100755
--- a/resources/scripts/update/coreboot/configs
+++ b/resources/scripts/update/coreboot/configs
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# helper script: update coreboot configs (run make oldconfig)
diff --git a/resources/scripts/update/seabios/configs b/resources/scripts/update/seabios/configs
index 312e6f68..da036dcb 100755
--- a/resources/scripts/update/seabios/configs
+++ b/resources/scripts/update/seabios/configs
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# helper script: update coreboot configs (run make oldconfig)
diff --git a/resources/scripts/update/tianocore/configs b/resources/scripts/update/tianocore/configs
index cd30db03..d0c00c4b 100755
--- a/resources/scripts/update/tianocore/configs
+++ b/resources/scripts/update/tianocore/configs
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# helper script: update coreboot configs (run make oldconfig)