commit bash-20100121 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 21:53:04 -05:00
parent 5cdaaf76ec
commit 68dfe178e9
37 changed files with 30685 additions and 78 deletions
-1
View File
@@ -1309,7 +1309,6 @@ get_random (var)
rv = get_random_number ();
last_random_value = rv;
fprintf(stderr, "get_random: rv = %d\n", rv);
p = itos (rv);
FREE (value_cell (var));