diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-10 19:37:16 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-10 19:37:16 +0100 |
| commit | 61ab5723df1b9eae9cc5871285e974c75fccb5fa (patch) | |
| tree | 62c0945178bf7838c7828c6d432b53dd06201104 | |
| parent | 6050cdd1db645dd425e40c913ef1b23d43a125fe (diff) | |
xbmk: use proper shebang
env isn't that useful these days. better just
use the standard declaration.
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # SPDX-License-Identifier: GPL-3.0-or-later |
