From 9a43d7dbf76c71949b98522f0a80f05e1115a3d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 May 2011 09:39:08 -0400 Subject: Fix error message. Closes: #628053 --- Debian/Debhelper/Dh_Lib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index dcba4d24..51b53d3e 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -609,7 +609,7 @@ sub filedoublearray { my $globdir=shift; my @ret; - open (DH_FARRAY_IN, $file) || error("cannot read $file: $1"); + open (DH_FARRAY_IN, $file) || error("cannot read $file: $!"); while () { chomp; # Only ignore comments and empty lines in v5 mode. -- cgit v1.2.3