ash: "you disabled math" is wrong: user did not disable it, builder of ash did
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Jul 2017 15:11:48 +0000 (17:11 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Jul 2017 15:11:48 +0000 (17:11 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c

index 987d618c6a9cea268ecfaa63c51c092d8426cb94..eb5156bea48651987820babd1bf8d6c452daf517 100644 (file)
@@ -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();