commit bash-20160108 snapshot

This commit is contained in:
Chet Ramey
2016-01-12 15:53:15 -05:00
parent 6f82653c5e
commit 725b284a48
17 changed files with 4898 additions and 3920 deletions
+1
View File
@@ -4294,6 +4294,7 @@ run_builtin:
words = make_word_list (make_word ("--"), words);
words = make_word_list (make_word ("cd"), words);
xtrace_print_word_list (words, 0);
func = find_function ("cd");
goto run_builtin;
}