mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20060307 snapshot
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user