Add closing bracket (#279)

This commit is contained in:
Shawn Iverson 2018-10-23 19:53:16 -04:00 committed by GitHub
parent 03805581c8
commit 72cf372391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1093,7 +1093,7 @@ done
# Mail::ClamAV has broken version detection
# Prepare to patch and install
if [[ $CAV -eq 1 && $CPANOPTION -eq 1 ]; then
if [[ $CAV -eq 1 && $CPANOPTION -eq 1 ]]; then
cpan -g Mail::ClamAV
package=$(find -name Mail-ClamAV*gz | tail -n1)
tar xzvf $package