mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20050407 snapshot
This commit is contained in:
+2
-1
@@ -369,7 +369,6 @@ shell_control_structure (type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case cm_for:
|
||||
#if defined (ARITH_FOR_COMMAND)
|
||||
case cm_arith_for:
|
||||
#endif
|
||||
@@ -386,7 +385,9 @@ shell_control_structure (type)
|
||||
case cm_while:
|
||||
case cm_until:
|
||||
case cm_if:
|
||||
case cm_for:
|
||||
case cm_group:
|
||||
case cm_function_def:
|
||||
return (1);
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user