aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 55df54bd0..adb0f223a 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -313,7 +313,7 @@ typedef long arith_t;
313/* ============ Shell options */ 313/* ============ Shell options */
314 314
315/* If you add/change options hare, update --help text too */ 315/* If you add/change options hare, update --help text too */
316static const char *const optletters_optnames[] = { 316static const char *const optletters_optnames[] ALIGN_PTR = {
317 "e" "errexit", 317 "e" "errexit",
318 "f" "noglob", 318 "f" "noglob",
319/* bash has '-o ignoreeof', but no short synonym -I for it */ 319/* bash has '-o ignoreeof', but no short synonym -I for it */