From 9e68e560ff12e514a15a3b31e9bf9e95c23eaf62 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Mon, 19 Aug 2002 21:07:17 +0000 Subject: added missing "not" --- share/msec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/msec b/share/msec index b9079b8..19b8160 100755 --- a/share/msec +++ b/share/msec @@ -67,7 +67,7 @@ else fi if [ ! -x "$MSEC" ]; then - echo "$MSEC found or not executable. Aborting" 1>&2 + echo "$MSEC not found or not executable. Aborting" 1>&2 exit 1 fi -- cgit v1.2.1