From: Denys Vlasenko Date: Mon, 17 Jul 2017 15:11:48 +0000 (+0200) Subject: ash: "you disabled math" is wrong: user did not disable it, builder of ash did X-Git-Tag: 1_28_0~376 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f8079de877cf2b7206e4cabaf465fb7d8cc4f62;p=oweals%2Fbusybox.git ash: "you disabled math" is wrong: user did not disable it, builder of ash did Signed-off-by: Denys Vlasenko --- 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: { #if ENABLE_FEATURE_SH_MATH PARSEARITH(); #else - raise_error_syntax("you disabled math support for $((arith)) syntax"); + raise_error_syntax("support for $((arith)) is disabled"); #endif } else { pungetc();