diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-27 21:51:44 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-27 21:51:44 -0400 |
commit | 998e88192e5ad83f3c1b8761a278c7410cc0e680 (patch) | |
tree | df598d5796b954a6837ff94e6357746e2f8d40e2 | |
parent | 560847bd8c5a8f16b0262516603a812ea2c31f7f (diff) |
add missing final new-line
-rwxr-xr-x | quotehostinfo | 2 |
1 files changed, 1 insertions, 1 deletions
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)" \ |