summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-10 19:37:16 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-10 19:37:16 +0100
commit61ab5723df1b9eae9cc5871285e974c75fccb5fa (patch)
tree62c0945178bf7838c7828c6d432b53dd06201104
parent6050cdd1db645dd425e40c913ef1b23d43a125fe (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-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index e99b8f71..15ecad86 100755
--- a/mk
+++ b/mk
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later