mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 12:50:49 +02:00
commit bash-20131018 snapshot
This commit is contained in:
+2
-2
@@ -514,7 +514,7 @@ async_redirect_stdin ()
|
||||
|
||||
#define DESCRIBE_PID(pid) do { if (interactive) describe_pid (pid); } while (0)
|
||||
|
||||
/* Execute the command passed in COMMAND, perhaps doing it asynchrounously.
|
||||
/* Execute the command passed in COMMAND, perhaps doing it asynchronously.
|
||||
COMMAND is exactly what read_command () places into GLOBAL_COMMAND.
|
||||
ASYNCHROUNOUS, if non-zero, says to do this command in the background.
|
||||
PIPE_IN and PIPE_OUT are file descriptors saying where input comes
|
||||
@@ -4054,7 +4054,7 @@ execute_simple_command (simple_command, pipe_in, pipe_out, async, fds_to_close)
|
||||
goto return_result;
|
||||
}
|
||||
|
||||
/* One other possiblilty. The user may want to resume an existing job.
|
||||
/* One other possibililty. The user may want to resume an existing job.
|
||||
If they do, find out whether this word is a candidate for a running
|
||||
job. */
|
||||
if (job_control && already_forked == 0 && async == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user