mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Clean up exec_subshell, removing al_list from it
This commit is contained in:
@@ -193,7 +193,7 @@ wcstring builtin_help_get( parser_t &parser, const wchar_t *name )
|
||||
wcstring out;
|
||||
const wcstring name_esc = escape_string(name, 1);
|
||||
const wcstring cmd = format_string(L"__fish_print_help %ls", name_esc.c_str());
|
||||
if( exec_subshell2( cmd, lst ) >= 0 )
|
||||
if( exec_subshell( cmd, lst ) >= 0 )
|
||||
{
|
||||
for( size_t i=0; i<lst.size(); i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user