commit | 98a6f56d495698a31909afee0acf36f7c9f1d5ee | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jun 09 09:38:45 2008 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jun 09 09:38:45 2008 +0000 |
tree | 693befab3d37ea4b6a789ac44a37b9344d9288f6 | |
parent | 598bb732e86ae6edd81c88e88c938335c8734f26 [diff] [blame] |
reword the error msg so people realize that they broke it, they buy it
diff --git a/shell/ash.c b/shell/ash.c index 31beb86..a8428b9 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -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();