From 61ab5723df1b9eae9cc5871285e974c75fccb5fa Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 10 Sep 2026 19:37:16 +0100 Subject: [PATCH] xbmk: use proper shebang env isn't that useful these days. better just use the standard declaration. Signed-off-by: Leah Rowe --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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