commit bash-20100603 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:00:02 -05:00
parent 6faad6254a
commit 220537f23e
65 changed files with 28747 additions and 18965 deletions
+1 -3
View File
@@ -603,9 +603,7 @@ unary_test (op, arg)
case 'v':
v = find_variable (arg);
if (v == 0)
return (FALSE);
return (var_isset (v) ? TRUE : FALSE);
return (v && var_isset (v) ? TRUE : FALSE);
}
/* We can't actually get here, but this shuts up gcc. */