more error checking for hash builtin; fix for [[ builtin and some test syntax errors

This commit is contained in:
Chet Ramey
2023-09-13 16:25:28 -04:00
parent 32826f717d
commit 94bce520e8
25 changed files with 1898 additions and 1707 deletions
+1 -2
View File
@@ -32,8 +32,7 @@
extern int test_unop (char *);
extern int test_binop (char *);
extern int unary_test (char *, char *, int);
extern int binary_test (char *, char *, char *, int);
extern int cond_test (char *, char *, char *, int);
extern int test_command (int, char **);