commit bash-20040914 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:36:28 -05:00
parent 301e21427e
commit b66cc81633
13 changed files with 135 additions and 132 deletions
+1 -1
View File
@@ -769,7 +769,7 @@ exppower ()
while (curtok == POWER)
{
readtok ();
val2 = exp1 ();
val2 = exppower (); /* exponentiation is right-associative */
if (val2 == 0)
return (1);
if (val2 < 0)