Skip to content

Commit

Permalink
check-toolchain: Remember tee to logfile as well
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jan 19, 2017
1 parent 3cc1ac2 commit b163d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-toolchain
Expand Up @@ -28,5 +28,5 @@ if [ $? -ne 0 ]; then
exit 1
fi

printf "OK\n"
printf "OK\n" | tee -a $BUILDLOG
exit 0

0 comments on commit b163d56

Please sign in to comment.