From 5024a13b8b02927a4230668a5d28ba5e52703568 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 1 Mar 2020 04:58:21 +0900 Subject: Remove comment referencing old source code Behaviour was changed in f691a55923850a4d315450925fc98733d07b69c9 --- i3-nagbar/main.c | 4 ---- i3bar/src/child.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/i3-nagbar/main.c b/i3-nagbar/main.c index 8415da92..801f86c0 100644 --- a/i3-nagbar/main.c +++ b/i3-nagbar/main.c @@ -104,10 +104,6 @@ void debuglog(char *fmt, ...) { * fork to avoid zombie processes. As the started application’s parent exits * (immediately), the application is reparented to init (process-id 1), which * correctly handles children, so we don’t 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); diff --git a/i3bar/src/child.c b/i3bar/src/child.c index 4065d901..b145e5d5 100644 --- a/i3bar/src/child.c +++ b/i3bar/src/child.c @@ -528,7 +528,7 @@ static void child_write_output(void) { /* * Start a child process with the specified command and reroute stdin. - * We actually start a $SHELL to execute the command so we don't have to care + * We actually start a shell to execute the command so we don't have to care * about arguments and such. * * If `command' is NULL, such as in the case when no `status_command' is given -- cgit v1.2.3-54-g00ecf