mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
When debugging, any information about the problem is valuable, so don't suppress output. Add a variable: SILENT_OUT whose value is the file descriptor to use for commands that should normally be silent. Idea taken from buildsystem's config/path , and slightly shortened. Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>