aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'manpath.c')
-rw-r--r--manpath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/manpath.c b/manpath.c
index 66ddddf6..3a12496d 100644
--- a/manpath.c
+++ b/manpath.c
@@ -1,4 +1,4 @@
-/* $Id: manpath.c,v 1.6 2011/12/13 20:56:46 kristaps Exp $ */
+/* $Id: manpath.c,v 1.7 2011/12/13 21:09:01 kristaps Exp $ */
/*
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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;