summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDerek Young <dyoung@nslu2-linux.org>2005-08-18 03:09:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-18 03:09:15 +0000
commitb84743e7dbf038bf9729849df4d11fa3cea09459 (patch)
tree026ac8efcbf52b678246e8ac9793c72384a980e8 /Makefile
parent77e8dd1885302eaf7c7baf31dadf800618592112 (diff)
Fixed the syntax
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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