updated find_duplicate_cpan_requirements.sh

pull/2/head
Hari Sekhon 6 years ago
parent 11df863e21
commit a15854d683

@ -47,4 +47,9 @@ sort |
uniq -d |
while read module; do
grep "^$module\>" "$@"
let found+=1
done
if [ $found -gt 0 ]; then
exit 1
fi

Loading…
Cancel
Save