added the "main" section to the README

This commit is contained in:
Ali-Ert
2024-02-16 17:37:44 +01:00
parent 414ae236bd
commit 6b9bedac3c
2 changed files with 18 additions and 3 deletions

2
main.c
View File

@@ -108,7 +108,7 @@ int main(int argc, char *argv[]) {
#if EXT_PROMPT
if (! executeBuiltin(cmd, &status, &debug)) {
#else
if (!executeBuiltin(cmd, &status)) {
if (!executeBuiltin(cmd, &status)) {
#endif
do_loop = false;
cpy = NULL;