aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-30 17:46:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-30 17:46:32 +1300
commit0da20aad4d8cf502f699b58839143218a75cc6a1 (patch)
treece4f23d8af166decc500134b58a1a3f40f503b4e
parentMove to Artistic License 2.0 (diff)
downloadMail-Run-Crypt-0da20aad4d8cf502f699b58839143218a75cc6a1.tar.gz
Mail-Run-Crypt-0da20aad4d8cf502f699b58839143218a75cc6a1.zip
Remove useless variable init
-rwxr-xr-xbin/croncrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/croncrypt b/bin/croncrypt
index d08642f..002dd56 100755
--- a/bin/croncrypt
+++ b/bin/croncrypt
@@ -49,7 +49,7 @@ if ( !@ARGV ) {
}
# Bail if we don't have the environment variables we need
-my @fails = ();
+my @fails;
if ( !exists $ENV{'CRONCRYPT_KEYID'} ) {
push @fails, 'CRONCRYPT_KEYID is not set; set it to your key ID.';
}