aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-23 23:10:31 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-23 23:10:31 +1000
commit77c7a026ee2ca46a114d6886d8b02ad0a96b1e3b (patch)
treeb1d408a3fcb8d48d8eb192d76a4ed55ed5c3d5db /env.c
parentf971e02256f903fa58fbc288629009d47fc89712 (diff)
Fix for various redirection problems
darcs-hash:20050923131031-ac50b-b9e2897e7f20a087260f97d1342deaed65ad7d70.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 ea146196..cf96515e 100644
--- a/env.c
+++ b/env.c
@@ -42,7 +42,7 @@
/**
Command used to start fishd
*/
-#define FISHD_CMD L"if which fishd >/dev/null ^/dev/null; fishd ^/tmp/fish.%s.log; end"
+#define FISHD_CMD L"fishd ^/tmp/fish.%s.log"
/**
At init, we read all the environment variables from this array