commit bash-20130629 snapshot

This commit is contained in:
Chet Ramey
2013-07-16 15:48:43 -04:00
parent 47df4b885a
commit c111d99274
39 changed files with 52785 additions and 1757 deletions
+2 -2
View File
@@ -353,11 +353,11 @@ executing_line_number ()
return currently_executing_command->value.Cond->line;
#endif
#if defined (DPAREN_ARITHMETIC)
else if (currently_executing_command->type == cm_arith)
if (currently_executing_command->type == cm_arith)
return currently_executing_command->value.Arith->line;
#endif
#if defined (ARITH_FOR_COMMAND)
else if (currently_executing_command->type == cm_arith_for)
if (currently_executing_command->type == cm_arith_for)
return currently_executing_command->value.ArithFor->line;
#endif