mirror of https://github.com/mirror/busybox.git
- remove superfluous call of stack_machine(0) upon exit.
parent
5f6d67b7d6
commit
5084c78cbe
|
@ -223,6 +223,5 @@ int dc_main(int argc, char **argv)
|
|||
argc--;
|
||||
}
|
||||
}
|
||||
stack_machine(0);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue