From 0b5a858756695272ad93d44190723c111fc06195 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Tue, 28 Jan 2020 22:37:59 +0000 Subject: kiss: print builds to tty FossilOrigin-Name: 55060e4a926ac803235a71991145781067ed10a7928cee8a6565367701c03d1b --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiss') diff --git a/kiss b/kiss index 67c101a..9151c6a 100755 --- a/kiss +++ b/kiss @@ -665,7 +665,7 @@ pkg_build() { log "$pkg" "Build failed" pkg_clean kill 0 - } } 2>&1 | tee "$log_dir/$pkg-$pid-$time" + } } 2>&1 | tee "$log_dir/$pkg-$pid-$time" > /dev/tty # Delete the log file if the build succeeded to prevent # the directory from filling very quickly with useless logs. -- cgit v1.2.3