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>
This commit is contained in:
Leah Rowe
2026-09-10 19:37:16 +01:00
parent 6050cdd1db
commit 61ab5723df
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later