From e1b4afd74201dfc005d71898f195887d85d7f8d4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 11 Jan 2020 14:41:26 +0200 Subject: [PATCH] kiss: Append to file when using KISS_BFD --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 29a1a55..c43a03b 100755 --- 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.