diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 31beb86..a8428b9 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -10765,7 +10765,7 @@ parsesub: { #if ENABLE_ASH_MATH_SUPPORT PARSEARITH(); #else - raise_error_syntax("We unsupport $((arith))"); + raise_error_syntax("you disabled math support for $((arith)) syntax"); #endif } else { pungetc(); |