commit bash-20121221 snapshot

This commit is contained in:
Chet Ramey
2013-01-03 10:47:42 -05:00
parent 77b3aacbdf
commit 36eb585cfa
51 changed files with 33625 additions and 656 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ test_command (margc, margv)
USE_VAR(margc);
code = setjmp (test_exit_buf);
code = setjmp_nosigs (test_exit_buf);
if (code)
return (test_error_return);