diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 12:10:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-12-07 12:10:26 -0300 |
commit | 6fedfa4233c8e237d75ddec6ac7122e051f509a5 (patch) | |
tree | 6bfc11e2517b657a2df30e0303f05ee93aebe22a | |
parent | 2932fb1b926827c2e12eccd7eb10c3116b6835a4 (diff) |
Removed extra -
-rwxr-xr-x | any-to-ours | 2 |
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" |