Make sure no error message is printed when failing to start fishd

darcs-hash:20060718173547-ac50b-cf1edeb25838b2df6120efa68855316939fb3f0f.gz
This commit is contained in:
axel 2006-07-19 03:35:47 +10:00
parent a09abea737
commit 0811613fe9

2
env.c
View File

@ -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