mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 03:10:50 +02:00
fix comsub inside parameter expansion in here-document; fix readline longjmp botch; posix change for unset non-identifier; posix change for double quotes inside backquote comsub in here-document; add missing posix pieces to umask builtin
This commit is contained in:
@@ -4014,6 +4014,8 @@ execute_cond_node (cond)
|
||||
#endif
|
||||
|
||||
result = sh_regmatch (arg1, arg2, mflags);
|
||||
if (result == 2)
|
||||
builtin_error (_("invalid regular expression `%s'"), arg2);
|
||||
}
|
||||
else
|
||||
#endif /* COND_REGEXP */
|
||||
@@ -4869,6 +4871,7 @@ builtin_status (result)
|
||||
case EX_REDIRFAIL:
|
||||
case EX_BADASSIGN:
|
||||
case EX_EXPFAIL:
|
||||
case EX_UTILERROR:
|
||||
r = EXECUTION_FAILURE;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user