From c0ea17c885316a2e268ba390350d26a746109206 Mon Sep 17 00:00:00 2001 From: Eric Tossell Date: Fri, 22 Mar 2024 23:00:10 -0400 Subject: [PATCH] sh fmt --- sh/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/build.sh b/sh/build.sh index 8724f6f8..e0472363 100755 --- a/sh/build.sh +++ b/sh/build.sh @@ -101,7 +101,7 @@ if [ "$nvidia" = true ]; then ./. ./modules/hardware/nvidia ]; - };#$hostname + }; # $hostname EOM else read -r -d '' NEW_CONFIG << EOM @@ -119,7 +119,7 @@ else modules = [ ./. ]; - };#$hostname + }; # $hostname EOM fi awk -v n="$NEW_CONFIG" '