Imported from ../bash-2.01.tar.gz.
This commit is contained in:
parent
ccc6cda312
commit
d166f04881
304 changed files with 14702 additions and 13012 deletions
|
|
@ -292,7 +292,10 @@ getopts_builtin (list)
|
|||
int ac, ret;
|
||||
|
||||
if (list == 0)
|
||||
return EXECUTION_FAILURE;
|
||||
{
|
||||
builtin_usage ();
|
||||
return EX_USAGE;
|
||||
}
|
||||
|
||||
reset_internal_getopt ();
|
||||
while ((ret = internal_getopt (list, "")) != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue