mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
Add one missing translation string in exec.c
darcs-hash:20060111144616-ac50b-b0520a639e2d06b75629e0ab171111c529993d32.gz
This commit is contained in:
9
exec.c
9
exec.c
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user