mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 18:00:49 +02:00
posix mode changes for interp 1150; fix for varassign redirection; fix for nameref in ${param=value} expansion
This commit is contained in:
+1
-1
@@ -4123,7 +4123,7 @@ execute_null_command (REDIRECT *redirects, int pipe_in, int pipe_out, int async)
|
||||
if (r != 0)
|
||||
return (EXECUTION_FAILURE);
|
||||
else if (last_command_subst_pid != NO_PID)
|
||||
return (last_command_exit_value);
|
||||
return (last_command_subst_status);
|
||||
else
|
||||
return (EXECUTION_SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user