From 92303f6cba1ad180d7026a60bab9596b8c058fd7 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 21 Nov 2009 03:14:23 +0100 Subject: Use angle brackets to mark i/o from descriptors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In this case use “” and “”, to make it clear that it's not a file with such name, in the same way we do in the reset of the code base. --- scripts/Dpkg/Control/Info.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg') diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index 4856465a7..72fd9abae 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -52,7 +52,7 @@ sub new { bless $self, $class; if ($arg) { if ($arg eq "-") { - $self->parse_fh(\*STDIN, _g("standard input")); + $self->parse_fh(\*STDIN, _g("")); } else { $self->parse($arg); } -- cgit v1.2.3