]> git.hungrycats.org Git - linux/commitdiff
zygo: config-kernel: allow hungry-linux-build to write a boilerplate log message...
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Sat, 29 Oct 2022 15:35:19 +0000 (11:35 -0400)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Thu, 3 Nov 2022 17:23:54 +0000 (13:23 -0400)
(cherry picked from commit de6b66e03298f9f94313edfeabb6c75d4d15ff76)
(cherry picked from commit 410ffb7082eaa660f1965cd1c24bd5daa5d2920c)

zygo/config-kernel

index 458856a4488c6625e18d779199e9541cf496ef36..496c8c5cb0abd09207d48be67ca927861c2fa858 100755 (executable)
@@ -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