summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/MDV/Distribconf/Utils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf/Utils.pm b/lib/MDV/Distribconf/Utils.pm
index 9bed51c..818eb77 100644
--- a/lib/MDV/Distribconf/Utils.pm
+++ b/lib/MDV/Distribconf/Utils.pm
@@ -80,7 +80,7 @@ sub checkmd5 {
$foundmd5{$basename} = '';
}
}
- open(my $hmd5, "< $md5file") or return([ keys %foundmd5 ], \%foundmd5);
+ open(my $hmd5, "<", $md5file) or return([ keys %foundmd5 ], \%foundmd5);
my %md5;
while (<$hmd5>) {
chomp;