projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba80e4
)
ash: "you disabled math" is wrong: user did not disable it, builder of ash did
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 17 Jul 2017 15:11:48 +0000
(17:11 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 987d618c6a9cea268ecfaa63c51c092d8426cb94..eb5156bea48651987820babd1bf8d6c452daf517 100644
(file)
--- 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();