commit bash-20110107 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:13:10 -05:00
parent 54a1fa7c24
commit 9fc76425ef
15 changed files with 907 additions and 1030 deletions
+2
View File
@@ -55,6 +55,8 @@ extern int EOF_Reached;
/* Usage messages by builtins result in a return status of 2. */
#define EX_BADUSAGE 2
#define EX_MISCERROR 2
/* Special exit statuses used by the shell, internally and externally. */
#define EX_RETRYFAIL 124
#define EX_WEXPCOMSUB 125