ash: "you disabled math" is wrong: user did not disable it, builder of ash did
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
0ba80e4fa2
commit
4f8079de87
@ -11926,7 +11926,7 @@ parsesub: {
|
|||||||
#if ENABLE_FEATURE_SH_MATH
|
#if ENABLE_FEATURE_SH_MATH
|
||||||
PARSEARITH();
|
PARSEARITH();
|
||||||
#else
|
#else
|
||||||
raise_error_syntax("you disabled math support for $((arith)) syntax");
|
raise_error_syntax("support for $((arith)) is disabled");
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
pungetc();
|
pungetc();
|
||||||
|
Loading…
Reference in New Issue
Block a user