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
@@ -3173,7 +3173,7 @@ cond_term ()
if (term)
term->flags |= CMD_INVERT_RETURN;
}
else if (tok == WORD && test_unop (yylval.word->word))
else if (tok == WORD && yylval.word->word[0] == '-' && yylval.word->word[2] == 0 && test_unop (yylval.word->word))
{
op = yylval.word;
tok = read_token (READ);