commit bash-20091029 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:19:23 -05:00
parent b06e584e05
commit 6bf8a8a76a
12 changed files with 94 additions and 18 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ main (argc, argv, env)
/* running_under_emacs == 2 for `eterm' */
running_under_emacs = (emacs != 0) || (term && STREQN (term, "emacs", 5));
running_under_emacs += term && STREQN (term, "eterm", 5) && strstr (emacs, "term");
running_under_emacs += term && STREQN (term, "eterm", 5) && emacs && strstr (emacs, "term");
if (running_under_emacs)
gnu_error_format = 1;