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 #