commit bash-20080417 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:22:12 -05:00
parent 6a8fd0ed50
commit adfe6c99d0
10 changed files with 347 additions and 29 deletions
+2 -1
View File
@@ -520,7 +520,8 @@ expcond ()
set_noeval = 1;
noeval++;
}
val2 = explor ();
val2 = expcond ();
if (set_noeval)
noeval--;
rval = cval ? val1 : val2;