Added some missing calls to setup_fork_guards() in utilities.

Made echo a builtin
This commit is contained in:
ridiculousfish
2012-03-07 11:35:22 -08:00
parent 8ed20f3c28
commit ce859c9e92
7 changed files with 40 additions and 4 deletions

View File

@@ -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";