diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index 282f761fc..4c01e67d4 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -9447,7 +9447,6 @@ evalcommand(union node *cmd, int flags) | |||
9447 | if (evalfun(cmdentry.u.func, argc, argv, flags)) | 9447 | if (evalfun(cmdentry.u.func, argc, argv, flags)) |
9448 | goto raise; | 9448 | goto raise; |
9449 | break; | 9449 | break; |
9450 | |||
9451 | } /* switch */ | 9450 | } /* switch */ |
9452 | 9451 | ||
9453 | out: | 9452 | out: |
@@ -11763,7 +11762,6 @@ parsearith: { | |||
11763 | goto parsearith_return; | 11762 | goto parsearith_return; |
11764 | } | 11763 | } |
11765 | #endif | 11764 | #endif |
11766 | |||
11767 | } /* end of readtoken */ | 11765 | } /* end of readtoken */ |
11768 | 11766 | ||
11769 | /* | 11767 | /* |