Give subshell command in error message for output conversion of data from subshell

darcs-hash:20060115200442-ac50b-4b3add7f99cf460186a6e0922966365dedcc2759.gz
This commit is contained in:
axel 2006-01-16 06:04:42 +10:00
parent 83629e28c8
commit ee66520863

2
exec.c
View file

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