From e80dd7a0efdb9d598717b462e258354760ba8300 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 27 Dec 2012 18:02:21 +0100 Subject: llvm/*/log_build.sed: New. --- process | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'process') diff --git a/process b/process index ddff019b..d12a5b6b 100755 --- a/process +++ b/process @@ -123,6 +123,11 @@ case $project:$action in cat '"$branch$build_suffix"'/log_'"$step"'* \ | sed -e "s%\('"$mount"'\)\?${PWD}%[...]%g"' \ > toolchain/logs/"$project"/"$host"/log_"$step" + if test -f toolchain/logs/"$project"/"$host"/log_"$step".sed; then + sed \ + -f toolchain/logs/"$project"/"$host"/log_"$step".sed \ + -i toolchain/logs/"$project"/"$host"/log_"$step" + fi ;; *) echo >&2 "Internal error." -- cgit v1.2.3