mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Added some missing calls to setup_fork_guards() in utilities.
Made echo a builtin
This commit is contained in:
@@ -28,6 +28,7 @@ int writestr( char *str )
|
||||
int main( int argc, char **argv)
|
||||
{
|
||||
set_main_thread();
|
||||
setup_fork_guards();
|
||||
setlocale( LC_ALL, "" );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user