mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Give subshell command in error message for output conversion of data from subshell
darcs-hash:20060115200442-ac50b-4b3add7f99cf460186a6e0922966365dedcc2759.gz
This commit is contained in:
parent
83629e28c8
commit
ee66520863
1 changed files with 1 additions and 1 deletions
2
exec.c
2
exec.c
|
@ -1262,7 +1262,7 @@ int exec_subshell( const wchar_t *cmd,
|
|||
el = str2wcs( begin );
|
||||
if( !el )
|
||||
{
|
||||
debug( 0, _( L"Subshell returned illegal string, discarded one entry" ) );
|
||||
debug( 0, _( L"Subshell '%ls' returned illegal string, discarded one entry" ), cmd );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue