mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
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
|
#if ENABLE_ASH_MATH_SUPPORT
|
||||||
PARSEARITH();
|
PARSEARITH();
|
||||||
#else
|
#else
|
||||||
raise_error_syntax("We unsupport $((arith))");
|
raise_error_syntax("you disabled math support for $((arith)) syntax");
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
pungetc();
|
pungetc();
|
||||||
|
Loading…
Reference in New Issue
Block a user