diff options
| -rwxr-xr-x | .gitcheck | 2 | ||||
| -rwxr-xr-x | blobutil | 2 | ||||
| -rwxr-xr-x | build | 2 | ||||
| -rwxr-xr-x | download | 2 | ||||
| -rwxr-xr-x | modify | 2 | ||||
| -rwxr-xr-x | update | 2 | 
6 files changed, 6 insertions, 6 deletions
| @@ -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 @@ -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 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh  #  generic build script, for building components (all of them)  # @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh  # Generic script for downloading programs used by the build system  # @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh  #  generic scripts for modifying configs and such  # @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh  #  generic update scripts for updating configs and such  # | 
