summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/manpath.c b/manpath.c
index ed187bf4..9c4d254c 100644
--- a/manpath.c
+++ b/manpath.c
@@ -63,7 +63,6 @@ manpath_parse(struct manpaths *dirs, const char *file,
/* Open manpath(1). Ignore errors. */
- warnx(cmd);
stream = popen(cmd, "r");
if (NULL == stream)
return;