From cf1c9598c120fa1dfaf6ce97cca924384e668383 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 11 Jan 2020 14:37:09 +0200 Subject: [PATCH] man: Added KISS_BFD --- kiss.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kiss.1 b/kiss.1 index 0b7e201..8d08339 100644 --- a/kiss.1 +++ b/kiss.1 @@ -69,6 +69,12 @@ export KISS_FORCE=0 # This can be used to have the package manager run in a "fake root". export KISS_ROOT=/ +# Redirect build output to a file or /dev/null. +# +# Set it to '/dev/null' to disable build output. +# Set it to '/path/to/file' to log build output to a file. +export KISS_BFD=/dev/fd/0 + # Keep build, package and extraction cache directories for debugging # purposes. #