summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-18 13:17:28 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-18 13:17:28 +0100
commit01a2ab375610f58d5c562b794453b18585e25881 (patch)
tree5aa86adff9f3834c0057a1b6d925cdc15b390b29
parent1e8f2cc170015240a5278de991ad9cce27d5fe4a (diff)
use env in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x.gitcheck2
-rwxr-xr-xblobutil2
-rwxr-xr-xbuild2
-rwxr-xr-xdownload2
-rwxr-xr-xmodify2
-rwxr-xr-xupdate2
6 files changed, 6 insertions, 6 deletions
diff --git a/.gitcheck b/.gitcheck
index 195b925a..ad63bdba 100755
--- a/.gitcheck
+++ b/.gitcheck
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
# SPDX-License-Identifier: GPL-3.0-only
diff --git a/blobutil b/blobutil
index d67d151e..0097cd23 100755
--- a/blobutil
+++ b/blobutil
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com>
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
# SPDX-License-Identifier: GPL-3.0-only
diff --git a/build b/build
index 4e1689a0..d4392698 100755
--- a/build
+++ b/build
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# generic build script, for building components (all of them)
#
diff --git a/download b/download
index 26c0f673..27bc5f6b 100755
--- a/download
+++ b/download
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# Generic script for downloading programs used by the build system
#
diff --git a/modify b/modify
index 5bab0a1a..f80d3c9e 100755
--- a/modify
+++ b/modify
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# generic scripts for modifying configs and such
#
diff --git a/update b/update
index ff18394b..b9d88391 100755
--- a/update
+++ b/update
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# generic update scripts for updating configs and such
#