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" (