From bccb0219d76a7eb537a3fffe2d45f9981895b81b Mon Sep 17 00:00:00 2001 From: mothcompute Date: Mon, 17 Apr 2023 10:50:50 -0700 Subject: [PATCH] fix build file (other one) Signed-off-by: mothcompute --- mcb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcb b/mcb index 871e4de..400d1ab 100755 --- a/mcb +++ b/mcb @@ -4,6 +4,8 @@ # AWFUL build system # dont laugh at me +MCB=$0 + isf() { LC_ALL=C type $1 2>&1 | grep -q 'function' }