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.