kiss: print builds to tty

This commit is contained in:
Dylan Araps 2020-01-29 00:37:59 +02:00
parent 2e64975a59
commit c27bc9501b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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.