commit bash-20140403 snapshot

This commit is contained in:
Chet Ramey
2014-04-17 16:49:50 -04:00
parent 8dd1389e6d
commit 8592eb115f
11 changed files with 3462 additions and 911 deletions
+1 -1
View File
@@ -3265,7 +3265,7 @@ execute_case_command (case_command)
ignore_return = case_command->flags & CMD_IGNORE_RETURN;
begin_unwind_frame ("case");
add_unwind_protect ((Function *)xfree, word);
add_unwind_protect (xfree, word);
#define EXIT_CASE() goto exit_case_command