From b84743e7dbf038bf9729849df4d11fa3cea09459 Mon Sep 17 00:00:00 2001 From: Derek Young Date: Thu, 18 Aug 2005 03:09:15 +0000 Subject: [PATCH] Fixed the syntax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3f67beb2c..ff350daed4 100644 --- a/Makefile +++ b/Makefile @@ -410,7 +410,7 @@ setup-host-gentoo: .PHONY: update-master update-master: MT/.configured - if [ `monotone -d monotone/nslu2-linux.db list keys nslu2-linux@nslu2-linux.org | wc -l` == 8 ] ; then \ + if [ `monotone -d monotone/nslu2-linux.db list keys nslu2-linux@nslu2-linux.org | wc -l` = 8 ] ; then \ monotone -d monotone/nslu2-linux.db dropkey nslu2-linux@nslu2-linux.org ; \ fi monotone pull -- 2.39.5