From 01a2ab375610f58d5c562b794453b18585e25881 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 May 2023 13:17:28 +0100 Subject: use env in shell scripts Signed-off-by: Leah Rowe --- blobutil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blobutil') 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 # SPDX-FileCopyrightText: 2023 Leah Rowe # SPDX-License-Identifier: GPL-3.0-only -- cgit v1.2.1