PR symtab/2161
[deliverable/binutils-gdb.git] / gdb / fork-child.c
index 37fe9274b25a550afea8e0d63d24bddc98f59234..c9b3c96057f857f9635e8315ef0e25e1b2dffb16 100644 (file)
@@ -336,11 +336,9 @@ fork_inferior (char *exec_file_arg, char *allargs, char **env,
       environ = env;
 
       /* If we decided above to start up with a shell, we exec the
-        shell, "-c" says to interpret the next arg as a shell command
-        to execute, and this command is "exec <target-program>
-        <args>".  "-f" means "fast startup" to the c-shell, which
-        means don't do .cshrc file. Doing .cshrc may cause fork/exec
-        events which will confuse debugger start-up code.  */
+        shell, "-c" says to interpret the next arg as a shell command
+        to execute, and this command is "exec <target-program>
+        <args>".  */
       if (shell)
        {
          execlp (shell_file, shell_file, "-c", shell_command, (char *) 0);
This page took 0.026131 seconds and 4 git commands to generate.