Skip to content

Commit

Permalink
Make sure no error message is printed when failing to start fishd
Browse files Browse the repository at this point in the history
darcs-hash:20060718173547-ac50b-cf1edeb25838b2df6120efa68855316939fb3f0f.gz
  • Loading branch information
liljencrantz committed Jul 18, 2006
1 parent a09abea commit 0811613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0811613

Please sign in to comment.