From 55e8c7c601db63f1c071d6c4f22da0b5a11ab060 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 1 Dec 2015 17:54:57 -0500 Subject: [PATCH] whitespace formatting for edward-wrapper output insert a newline at the end of the output of the time command --- edward-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edward-wrapper b/edward-wrapper index 164884a..88b0622 100755 --- a/edward-wrapper +++ b/edward-wrapper @@ -20,5 +20,5 @@ . ~/.bashrc export LC_ALL=en_US.UTF-8 -tee -a ~/incoming.log | /usr/bin/time -f "\nreal: %E [h:]m:s" ~/edward-src/edward +tee -a ~/incoming.log | /usr/bin/time -f "\nreal: %E [h:]m:s\n" ~/edward-src/edward -- 2.25.1