From 7014b303f98021011e0c016524e30bcccb3dc200 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 26 Nov 2024 23:28:42 +0000 Subject: rom.sh: Remove unnecessary shebang This is not a main script, and should not be treated as such; it must never be directly executed by the user. This script was only ever used inside other scripts, so the shebang didn't seem to do much at all, but it shouldn't be there anyway. Remove it. Signed-off-by: Leah Rowe --- include/rom.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/rom.sh b/include/rom.sh index db6ce01d..eb75d411 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -1,4 +1,3 @@ -#!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later # Copyright (c) 2014-2016,2020-2021,2023-2024 Leah Rowe # Copyright (c) 2021-2022 Ferass El Hafidi -- cgit v1.2.1