From 998e88192e5ad83f3c1b8761a278c7410cc0e680 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 27 Mar 2022 21:51:44 -0400 Subject: add missing final new-line --- quotehostinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quotehostinfo') diff --git a/quotehostinfo b/quotehostinfo index f6cf064..b3effc3 100755 --- a/quotehostinfo +++ b/quotehostinfo @@ -1,5 +1,5 @@ #!/bin/sh -printf '"compiled: %s\\n%s\\nhost: %s %s %s\\n%s"\n' \ +printf '"compiled: %s\\n%s\\nhost: %s %s %s\\n%s\\n"\n' \ "$(date)" \ "$(make -s tellcc)" \ "$(uname -m)" \ -- cgit v1.2.1