From 90c7bf02c85c7ec7c85ee45aea7273deb426f026 Mon Sep 17 00:00:00 2001 From: cancel Date: Fri, 30 Nov 2018 09:08:40 +0900 Subject: [PATCH] Cleanup --- tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool b/tool index da1f678..1fcc5ac 100755 --- a/tool +++ b/tool @@ -199,8 +199,8 @@ build_target() { # trick to avoid expanding second operand verbose_echo timed_stats "$cc_exe" "${compiler_flags[@]}" -o "$out_path" "${source_files[@]}" ${libraries[@]+"${libraries[@]}"} if [[ $stats_enabled = 1 ]]; then - echo "time: $last_time" - echo "size: $(file_size "$out_path")" + echo "time: $last_time" + echo "size: $(file_size "$out_path")" fi }