From b03a786ce51045d5a01b3c78fdf146643931dbfc Mon Sep 17 00:00:00 2001 From: "serg@serg.mysql.com" <> Date: Thu, 8 Nov 2001 00:14:16 +0100 Subject: [PATCH] POSIX.2 compatible fix --- BitKeeper/triggers/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 64cb60936d4..275c278f29d 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -61,7 +61,7 @@ EOF # docs-commit@ mail #-- bk changes -v -r+ | grep -q Docs/manual.texi - if [ $? == 0 ] + if [ $? -eq 0 ] then echo "Notifying docs list at $DOCS" (