commit bash-20110812 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:25:20 -05:00
parent 02c7ca1d06
commit f308cbc4f2
6 changed files with 87 additions and 61 deletions
+2
View File
@@ -60,9 +60,11 @@ int
return_builtin (list)
WORD_LIST *list;
{
#if 0
if (no_options (list))
return (EX_USAGE);
list = loptend; /* skip over possible `--' */
#endif
return_catch_value = get_exitstat (list);