reword the error msg so people realize that they broke it, they buy it

This commit is contained in:
Mike Frysinger 2008-06-09 09:38:45 +00:00
parent 598bb732e8
commit 98a6f56d49

View File

@ -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();