From 02b1a45c6b57ebaf03d5aa6fc97d216462bb063c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 30 Dec 2024 02:24:23 +0000 Subject: [PATCH] path.sh: remove unnecessary shebang Signed-off-by: Leah Rowe --- include/path.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/path.sh b/include/path.sh index 04e1d88..ee92171 100644 --- a/include/path.sh +++ b/include/path.sh @@ -1,4 +1,3 @@ -#!/usr/bin/env sh # SPDX-License-Identifier: MIT # Copyright (c) 2024 Leah Rowe