diff options
-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)" \ |