When bup split fails, display its stderr
It seems worth noting here that I emailed bup's author about bup split being noisy on stderr even with -q in approximately 2011. That never got fixed. Its current repo on github only accepts pull requests, not bug reports. Needing to add such complexity to deal with such a longstanding unfixed issue is not fun. Sponsored-by: Kevin Mueller on Patreon
This commit is contained in:
parent
f94908f2a6
commit
5bc70e2da5
4 changed files with 40 additions and 8 deletions
|
@ -31,6 +31,7 @@ module Utility.Process (
|
|||
stdoutHandle,
|
||||
stderrHandle,
|
||||
processHandle,
|
||||
showCmd,
|
||||
devNull,
|
||||
) where
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue