change builtin not existing to not be fatal
This commit is contained in:
parent
cae1aa3e55
commit
abe1e7fa5e
@ -46,8 +46,6 @@ void run_builtin(StringArray *args) {
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "Builtin %s does not exist!\n", args->array[0]);
|
||||
free_string_array(args);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user