mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Added some missing calls to setup_fork_guards() in utilities.
Made echo a builtin
This commit is contained in:
@@ -279,7 +279,9 @@ static void trim( wcstring &str )
|
||||
int main( int argc, char **argv )
|
||||
{
|
||||
int do_indent=1;
|
||||
set_main_thread();
|
||||
set_main_thread();
|
||||
setup_fork_guards();
|
||||
|
||||
wsetlocale( LC_ALL, L"" );
|
||||
program_name=L"fish_indent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user