reword the error msg so people realize that they broke it, they buy it
This commit is contained in:
parent
598bb732e8
commit
98a6f56d49
@ -10765,7 +10765,7 @@ parsesub: {
|
||||
#if ENABLE_ASH_MATH_SUPPORT
|
||||
PARSEARITH();
|
||||
#else
|
||||
raise_error_syntax("We unsupport $((arith))");
|
||||
raise_error_syntax("you disabled math support for $((arith)) syntax");
|
||||
#endif
|
||||
} else {
|
||||
pungetc();
|
||||
|
Loading…
Reference in New Issue
Block a user