diff options
author | Erich Eckner <git@eckner.net> | 2016-04-22 10:59:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-22 10:59:07 +0200 |
commit | 2df78fa7a4624d88a30207337c8b0978cab3fcea (patch) | |
tree | f89cf0dc0f75a04f065cab77d0f51285c5c84cb2 /checkVersions | |
parent | cdbeda9fa97ddaecb9582f07a6c7637bc3fbd922 (diff) | |
download | archlinuxewe.git.save-2df78fa7a4624d88a30207337c8b0978cab3fcea.tar.xz |
checkVersions versteht weitere Quelle
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 269c93c9..3864da00 100755 --- a/checkVersions +++ b/checkVersions @@ -145,7 +145,7 @@ then tail -n1 \ ) elif echo "${src}" | \ - grep -q "//cpan\.org/\|//cpan\.metacpan\.org/authors/" + grep -q "//cpan\.org/\|//cpan\.metacpan\.org/authors/\|cpan\.org/modules/by-module/" then quVer=$( \ echo "${src%/*}/" | \ |