From 01a2ab375610f58d5c562b794453b18585e25881 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 May 2023 13:17:28 +0100 Subject: [PATCH] use env in shell scripts Signed-off-by: Leah Rowe --- .gitcheck | 2 +- blobutil | 2 +- build | 2 +- download | 2 +- modify | 2 +- update | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitcheck b/.gitcheck index 195b925..ad63bdb 100755 --- a/.gitcheck +++ b/.gitcheck @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # SPDX-FileCopyrightText: 2022 Caleb La Grange # SPDX-FileCopyrightText: 2023 Leah Rowe # SPDX-License-Identifier: GPL-3.0-only diff --git a/blobutil b/blobutil index d67d151..0097cd2 100755 --- a/blobutil +++ b/blobutil @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # SPDX-FileCopyrightText: 2022 Caleb La Grange # SPDX-FileCopyrightText: 2023 Leah Rowe # SPDX-License-Identifier: GPL-3.0-only diff --git a/build b/build index 4e1689a..d439269 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 26c0f67..27bc5f6 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 5bab0a1..f80d3c9 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 ff18394..b9d8839 100755 --- a/update +++ b/update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # generic update scripts for updating configs and such #