[git commit] ash: "you disabled math" is wrong: user did not disable it, builder of ash did

Denys Vlasenko vda.linux at googlemail.com
Mon Jul 17 15:11:48 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=4f8079de877cf2b7206e4cabaf465fb7d8cc4f62
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/ash.c b/shell/ash.c
index 987d618..eb5156b 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();


More information about the busybox-cvs mailing list