Remove comment referencing old source code

Behaviour was changed in f691a55923
This commit is contained in:
Jason
2020-03-01 04:58:21 +09:00
committed by Jason Nader
parent 47be36410c
commit 5024a13b8b
2 changed files with 1 additions and 5 deletions

View File

@ -104,10 +104,6 @@ void debuglog(char *fmt, ...) {
* fork to avoid zombie processes. As the started applications parent exits
* (immediately), the application is reparented to init (process-id 1), which
* correctly handles children, so we dont have to do it :-).
*
* The shell is determined by looking for the SHELL environment variable. If it
* does not exist, /bin/sh is used.
*
*/
static void start_application(const char *command) {
printf("executing: %s\n", command);