commit bash-20060307 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:46:14 -05:00
parent 462a7a25f1
commit 74d9692be0
14 changed files with 131 additions and 37 deletions
+1 -1
View File
@@ -1359,7 +1359,7 @@ get_dirstack (self)
ARRAY *a;
WORD_LIST *l;
l = get_directory_stack ();
l = get_directory_stack (0);
a = array_from_word_list (l);
array_dispose (array_cell (self));
dispose_words (l);