]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Remove unnecessary output in die.
authorSimon Ruderich <simon@ruderich.org>
Tue, 17 Apr 2012 18:26:12 +0000 (20:26 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 29 Apr 2012 08:47:36 +0000 (10:47 +0200)
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;