From 1572d41a6653a9a54f5f06a7fba4707523456c89 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 8 Nov 2003 11:36:19 +0000 Subject: [PATCH] Another test. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e10f8ed..bf2c3ae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Interface to Perl from OCaml. # Copyright (C) 2003 Merjis Ltd. -# $Id: Makefile,v 1.16 2003-11-08 11:35:22 rich Exp $ +# $Id: Makefile,v 1.17 2003-11-08 11:36:19 rich Exp $ include Makefile.config @@ -150,7 +150,7 @@ check-manifest: # Debian packages. dpkg: - @if [ `cvs -q update | wc -l` ]; then \ + @if [ 0 != `cvs -q update | wc -l` ]; then \ echo Please commit all changes to CVS first.; \ exit 1; \ fi -- 1.8.3.1