From 6fedfa4233c8e237d75ddec6ac7122e051f509a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 7 Dec 2011 12:10:26 -0300 Subject: Removed extra - --- any-to-ours | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'any-to-ours') diff --git a/any-to-ours b/any-to-ours index 2fa8323..8c37622 100755 --- a/any-to-ours +++ b/any-to-ours @@ -46,7 +46,7 @@ for _repo in ${ARCHREPOS[@]}; do --exclude='*' \ ${FTP_BASE}/${_repo}/os/${BASEARCH}/ \ ${FTP_BASE}/${_repo}/os/${_arch}/ 2>&1 | \ - grep '-any.pkg.tar' | \ + grep 'any.pkg.tar' | \ cut -d ' ' -f 1 )) msg2 "Synced ${#SYNCED[@]} packages" -- cgit v1.2.3