aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-06-09 09:38:45 +0000
committerMike Frysinger <vapier@gentoo.org>2008-06-09 09:38:45 +0000
commit98a6f56d495698a31909afee0acf36f7c9f1d5ee (patch)
tree693befab3d37ea4b6a789ac44a37b9344d9288f6 /shell
parent598bb732e86ae6edd81c88e88c938335c8734f26 (diff)
downloadbusybox-98a6f56d495698a31909afee0acf36f7c9f1d5ee.tar.gz
reword the error msg so people realize that they broke it, they buy it
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 31beb8671..a8428b9dc 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -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();