diff options
| author | Derek Young <dyoung@nslu2-linux.org> | 2005-08-18 03:09:15 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-18 03:09:15 +0000 |
| commit | b84743e7dbf038bf9729849df4d11fa3cea09459 (patch) | |
| tree | 026ac8efcbf52b678246e8ac9793c72384a980e8 | |
| parent | 77e8dd1885302eaf7c7baf31dadf800618592112 (diff) | |
Fixed the syntax
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
