summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-12-28 14:33:52 -0400
committerJoey Hess2015-12-28 14:33:52 -0400
commitc98120966770db0329589c2aaf76e36131052cbd (patch)
tree493d83586138030206a15cd6103222cb2862c1f5 /doc
parent2c050ee0375e9bc5f81ec29423b47a10e5fd5d2b (diff)
merged
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]]