diff options
| author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-28 22:37:59 +0000 |
|---|---|---|
| committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-28 22:37:59 +0000 |
| commit | 0b5a858756695272ad93d44190723c111fc06195 (patch) | |
| tree | 573084d14326ce2b9f69f7a06166d7f37b9c29fd | |
| parent | ea25126b1dcc403ca1b7c4ecdd2ebd4ac8156b26 (diff) | |
| download | cpt-0b5a858756695272ad93d44190723c111fc06195.tar.gz | |
kiss: print builds to tty
FossilOrigin-Name: 55060e4a926ac803235a71991145781067ed10a7928cee8a6565367701c03d1b
| -rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
