fix error message when completing backquote command substitution; fix test builtin with double negation

This commit is contained in:
Chet Ramey
2022-06-28 16:15:24 -04:00
parent eb2d46d77c
commit 42768befc0
11 changed files with 2692 additions and 1549 deletions
+1
View File
@@ -804,6 +804,7 @@ three_arguments ()
{
advance (1);
value = !two_arguments ();
pos = argc;
}
else if (argv[pos][0] == '(' && argv[pos+2][0] == ')')
{