diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-30 02:24:23 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-30 02:24:23 +0000 |
commit | 17168a87dbfe969fdf388530f1bd38be1d7db884 (patch) | |
tree | 936df7a80ed5bc7e9629f44f6ed3d953db497f17 | |
parent | e565df94fd7a6a4fb2b6a51c3cd938825c66390e (diff) |
path.sh: remove unnecessary shebang
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/path.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/path.sh b/include/path.sh index 04e1d887..ee921716 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 <leah@libreboot.org> |