summaryrefslogtreecommitdiff
path: root/any-to-ours
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:10:26 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:10:26 -0300
commit6fedfa4233c8e237d75ddec6ac7122e051f509a5 (patch)
tree6bfc11e2517b657a2df30e0303f05ee93aebe22a /any-to-ours
parent2932fb1b926827c2e12eccd7eb10c3116b6835a4 (diff)
Removed extra -
Diffstat (limited to 'any-to-ours')
-rwxr-xr-xany-to-ours2
1 files changed, 1 insertions, 1 deletions
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"