mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Do not use stdout to report errors when stderr is dead - take the hint instead...
darcs-hash:20070121152242-ac50b-3e192328959cf65f03756b3bfbb794fb43dccead.gz
This commit is contained in:
parent
4f67c38777
commit
8176a1253b
1 changed files with 1 additions and 2 deletions
3
exec.c
3
exec.c
|
@ -763,9 +763,8 @@ static void do_builtin_io( wchar_t *out, wchar_t *err )
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
Can't really show any error message here, since stderr is
|
Can't really show any error message here, since stderr is
|
||||||
dead. Complain a bit on stdout.
|
dead.
|
||||||
*/
|
*/
|
||||||
fwprintf( stdout, L"fish: Error while writing to stderr\n" );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue