summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/silence_xargs_when_hothasktags_not_installed.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/silence_xargs_when_hothasktags_not_installed.mdwn b/doc/todo/silence_xargs_when_hothasktags_not_installed.mdwn
index ff34006a..efa17987 100644
--- a/doc/todo/silence_xargs_when_hothasktags_not_installed.mdwn
+++ b/doc/todo/silence_xargs_when_hothasktags_not_installed.mdwn
@@ -5,3 +5,5 @@ Moves the `2>/dev/null` redirection in the Makefile rule for `tags` in order to
I assume that your originally intention was not to cause an error if hothasktags is not installed, since you have `|| true` at the end of the line. However, someone trying to build propellor's Debian package saw the error output from xargs and thought it meant hothasktags should be a build-dep. This patch prevents someone thinking that.
-- [[spwhitton|https://spwhitton.name]]
+
+> [[merged|done]] --[[Joey]]