Add one missing translation string in exec.c

darcs-hash:20060111144616-ac50b-b0520a639e2d06b75629e0ab171111c529993d32.gz
This commit is contained in:
axel
2006-01-12 00:46:16 +10:00
parent 67333a23f1
commit da058aa141
2 changed files with 13 additions and 16 deletions

9
exec.c
View File

@@ -565,13 +565,6 @@ static void internal_exec_helper( const wchar_t *def,
signal_block();
/*
io_data_t *buff = io_get( io, 1 );
if( buff && buff->io_mode == IO_BUFFER )
fwprintf( stderr, L"block %ls produced %d bytes of output\n",
def,
buff->out_buffer->used );
*/
io_untransmogrify( io, io_internal );
job_reap( 0 );
is_block=is_block_old;
@@ -1269,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 returned illegal string, discarded one entry" ) );
}
else
{