svn commit: trunk/busybox/shell
vapier at busybox.net
vapier at busybox.net
Mon Jun 9 02:38:45 PDT 2008
Author: vapier
Date: 2008-06-09 02:38:45 -0700 (Mon, 09 Jun 2008)
New Revision: 22276
Log:
reword the error msg so people realize that they broke it, they buy it
Modified:
trunk/busybox/shell/ash.c
Changeset:
Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c 2008-06-09 07:58:53 UTC (rev 22275)
+++ trunk/busybox/shell/ash.c 2008-06-09 09:38:45 UTC (rev 22276)
@@ -10765,7 +10765,7 @@
#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();
More information about the busybox-cvs
mailing list