From 47f2a669a40a1c8e00cba540276437a2896f94b8 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sat, 29 Oct 2022 11:35:19 -0400 Subject: [PATCH] zygo: config-kernel: allow hungry-linux-build to write a boilerplate log message (without the syntax error) (cherry picked from commit de6b66e03298f9f94313edfeabb6c75d4d15ff76) (cherry picked from commit 410ffb7082eaa660f1965cd1c24bd5daa5d2920c) --- zygo/config-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zygo/config-kernel b/zygo/config-kernel index 458856a4488c..496c8c5cb0ab 100755 --- a/zygo/config-kernel +++ b/zygo/config-kernel @@ -1,7 +1,7 @@ #!/bin/sh set -x if KCONFIG_NOTIMESTAMP=1 make -j oldconfig && git add -f .config; then - if [ -n "$1" ] then + if [ -n "$1" ]; then git commit -m"$1" else git commit -- 2.39.5