From c7f137f3fdbeb3fc9e300ba41b977d79109967ea Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 17 Apr 2012 20:26:12 +0200 Subject: [PATCH] Remove unnecessary output in die. --- bin/blhc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/blhc b/bin/blhc index b8aafb4..e884926 100755 --- a/bin/blhc +++ b/bin/blhc @@ -533,7 +533,7 @@ FILE: foreach my $file (@ARGV) { print "checking '$file'...\n" if scalar @ARGV > 1; - open my $fh, '<', $file or die "$!: $file"; + open my $fh, '<', $file or die $!; # Architecture of this file. my $arch = $option_arch; -- 2.43.2