aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-19 03:35:47 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-19 03:35:47 +1000
commit0811613fe9d571244a96de5fb491e2d9fe16a526 (patch)
tree22e0bb3e5bc2bdbd6507002b0acd8b8c65553d13 /env.c
parenta09abea7377999f7a88e97bd1d8a48117c5b776d (diff)
Make sure no error message is printed when failing to start fishd
darcs-hash:20060718173547-ac50b-cf1edeb25838b2df6120efa68855316939fb3f0f.gz
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 47761f97..342c8309 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