bash-5.0 distribution sources and documentation

This commit is contained in:
Chet Ramey
2019-01-07 09:27:52 -05:00
parent 6444760999
commit d233b485e8
528 changed files with 84836 additions and 67099 deletions

View File

@@ -30,6 +30,7 @@
#include "builtins.h"
#include "shell.h"
#include "common.h"
#include "bashgetopt.h"
int
basename_builtin (list)
@@ -46,6 +47,7 @@ basename_builtin (list)
if (no_options (list))
return (EX_USAGE);
list = loptend;
string = list->word->word;
suffix = (char *)NULL;