From 98a6f56d495698a31909afee0acf36f7c9f1d5ee Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Jun 2008 09:38:45 +0000 Subject: reword the error msg so people realize that they broke it, they buy it --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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(); -- cgit v1.1