aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index c3bff477d..5a5b1780d 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -25,6 +25,7 @@ const char defifsvar[] ALIGN1 = "IFS= \t\n";
25#else 25#else
26const char defifsvar[] ALIGN1 = "IFS= \t\n\r"; 26const char defifsvar[] ALIGN1 = "IFS= \t\n\r";
27#endif 27#endif
28const char defoptindvar[] ALIGN1 = "OPTIND=1";
28 29
29 30
30int FAST_FUNC is_well_formed_var_name(const char *s, char terminator) 31int FAST_FUNC is_well_formed_var_name(const char *s, char terminator)