commit e1b4afd74201dfc005d71898f195887d85d7f8d4
parent cf1c9598c120fa1dfaf6ce97cca924384e668383
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sat, 11 Jan 2020 14:41:26 +0200
kiss: Append to file when using KISS_BFD
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -495,7 +495,7 @@ pkg_build() {
log "$pkg" "Starting build"
# Call the build script.
- "$repo_dir/build" "$pkg_dir/$pkg" >"${KISS_BFD:=/dev/fd/0}" 2>&1 ||
+ "$repo_dir/build" "$pkg_dir/$pkg" >>"${KISS_BFD:=/dev/fd/0}" 2>&1 ||
die "$pkg" "Build failed"
# Copy the repository files to the package directory.