From 0811613fe9d571244a96de5fb491e2d9fe16a526 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 19 Jul 2006 03:35:47 +1000 Subject: [PATCH] Make sure no error message is printed when failing to start fishd darcs-hash:20060718173547-ac50b-cf1edeb25838b2df6120efa68855316939fb3f0f.gz --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.c b/env.c index 47761f9..342c830 100644 --- a/env.c +++ b/env.c @@ -55,7 +55,7 @@ /** Command used to start fishd */ -#define FISHD_CMD L"if which fishd >/dev/null; fishd ^/tmp/fishd.log.%s; end" +#define FISHD_CMD L"if which fishd 2>/dev/null >/dev/null; fishd ^/tmp/fishd.log.%s; end" /** Value denoting a null string