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 987d618c6..eb5156bea 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -11926,7 +11926,7 @@ parsesub: {
11926#if ENABLE_FEATURE_SH_MATH 11926#if ENABLE_FEATURE_SH_MATH
11927 PARSEARITH(); 11927 PARSEARITH();
11928#else 11928#else
11929 raise_error_syntax("you disabled math support for $((arith)) syntax"); 11929 raise_error_syntax("support for $((arith)) is disabled");
11930#endif 11930#endif
11931 } else { 11931 } else {
11932 pungetc(); 11932 pungetc();