mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
builtins now return success if supplied --help; use groff to build HTML man pages; reset mbstate if $'...' strings read an invalid multibyte sequence; read -t 0 now looks at other options (-n/-N/-d) and sets the terminal state appropriately
This commit is contained in:
+1
-1
@@ -3636,7 +3636,7 @@ assign_in_env (const WORD_DESC *word, int flags)
|
||||
|
||||
if (flags)
|
||||
{
|
||||
if (STREQ (newname, "POSIXLY_CORRECT") || STREQ (newname, "POSIX_PEDANDTIC"))
|
||||
if (STREQ (newname, "POSIXLY_CORRECT") || STREQ (newname, "POSIX_PEDANTIC"))
|
||||
save_posix_options (); /* XXX one level of saving right now */
|
||||
stupidly_hack_special_variables (newname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user