Imported from ../bash-2.03.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:52 +00:00
parent bc4cd23ce9
commit b72432fdcc
191 changed files with 10113 additions and 3553 deletions
+3 -1
View File
@@ -98,6 +98,8 @@ extern int errno;
#define FALSE 0
#define SHELL_BOOLEAN(value) (!(value))
#define TEST_ERREXIT_STATUS 2
static procenv_t test_exit_buf;
static int test_error_return;
#define test_exit(val) \
@@ -142,7 +144,7 @@ test_syntax_error (format, arg)
fprintf (stderr, format, arg);
fprintf (stderr, "\n");
fflush (stderr);
test_exit (SHELL_BOOLEAN (FALSE));
test_exit (TEST_ERREXIT_STATUS);
}
/*