X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=sysdump;h=17c2b9fbce785a3db4730824b3539d4cbe178c78;hb=6fa93ae90cc3543249a04fe41f6b8a5cc3ae1da9;hp=1fd3e0ee545450d84fa653e1c06c5c23ec05ea89;hpb=89b71f0a569a8347159a5a8a434ac9ad3c9e637f;p=grml-hwinfo.git diff --git a/sysdump b/sysdump index 1fd3e0e..17c2b9f 100755 --- a/sysdump +++ b/sysdump @@ -62,7 +62,7 @@ sub dump_value($$) my $level = shift; my $file = shift; - open (FILE, "<$file") || die "can't open $file: $!"; + open (FILE, "<$file") || print "can't open $file: $!"; my $value; { local $/;