]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Remove unnecessary output in die.
[blhc/blhc.git] / bin / blhc
index b8aafb4a01dab62e322d1d981f5b95cce8c5afa0..e8849260607f8598aafea529a8731136f0ecf451 100755 (executable)
--- 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;