diff options
Diffstat (limited to 'kiss')
-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. |