libreboot-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lbwww-build][PATCH v1 1/4] Makefile.am: help: Remove extra new lines


From: Denis 'GNUtoo' Carikli
Subject: [lbwww-build][PATCH v1 1/4] Makefile.am: help: Remove extra new lines
Date: Sat, 8 Apr 2023 14:48:54 +0200

Without that fix, running 'make help' prited 3 extra new lines at the
end of the help.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index df1f0b7..3d9339b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ check: website.tar.gz
                ./check.sh --tarball website.tar.gz
 
 help:
-       @printf "%s\n\t%s\n\t%s\n\t%s\n\t%s\n" \
+       @printf "%s\n\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n" \
                "Available commands:" \
                "help           # Print this help" \
                "test           # run lighttpd on localhost:8080" \
-- 
2.39.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]