commit | 119f405e3c9355119f67e19b9b86ee939b70e10c | [log] [tgz] |
---|---|---|
author | Renato Golin <renato.golin@linaro.org> | Fri Oct 21 10:10:24 2016 +0100 |
committer | Renato Golin <renato.golin@linaro.org> | Fri Oct 21 10:10:24 2016 +0100 |
tree | 833a3a8a602b9d35864b47a74a30d6b68562f633 | |
parent | 22e1027ab56054cdcadab6e92ee08a9f97a8d4fc [diff] [blame] |
[cron] Fix typo redir erasing logfile Change-Id: I1c929d4119145830044468d1752b4aa7a6580bea
diff --git a/helpers/llvm-cron-build b/helpers/llvm-cron-build index d433903..4751946 100755 --- a/helpers/llvm-cron-build +++ b/helpers/llvm-cron-build
@@ -80,4 +80,4 @@ # Call llvm-build (no tests wanted) env CC="$CC" CXX="$CXX" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" llvm-build >> "$log" 2>&1 -echo "Finish date: $(date)" > "$log" +echo "Finish date: $(date)" >> "$log"