commit bash-20070802 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:11:08 -05:00
parent 7a131ef23d
commit 29f3080f70
50 changed files with 3390 additions and 9 deletions
+3 -2
View File
@@ -34,6 +34,7 @@
#include "builtins.h"
#include "shell.h"
#include "bashgetopt.h"
#include "common.h"
#ifndef errno
extern int errno;
@@ -67,14 +68,14 @@ WORD_LIST *list;
vflag = 1;
break;
default:
usage();
builtin_usage();
}
}
list = loptend;
if (list == 0)
usage();
builtin_usage();
for (es = EXECUTION_SUCCESS; list; list = list->next) {
p = list->word->word;