commit bash-20070726 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:10:50 -05:00
parent aea33a6b25
commit 7a131ef23d
13 changed files with 5263 additions and 5 deletions
+1 -1
View File
@@ -659,7 +659,7 @@ int
test_unop (op)
char *op;
{
if (op[0] != '-')
if (op[0] != '-' || op[2] != 0)
return (0);
switch (op[1])