From 25c33ddfc5efd85d9aec18bc9692fa548f687ee7 Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Wed, 7 Feb 2024 21:42:13 -0300 Subject: [PATCH] build: Add missing esac on package_kernel Forgot to end that case matching bit D: --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 34a6268..667f06c 100755 --- a/build.sh +++ b/build.sh @@ -154,6 +154,7 @@ function package_kernel { /stoney/steps.sh $USER $elevate chown -R $USER:$USER packaging/ ;; + esac } build_kernel