From 1616b919e539169ffefce408e0a38913f81e7cf2 Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 17 Jan 2007 19:44:19 +0000 Subject: [PATCH] zap trailing whitespace in the output --- infrastructure/build/outdated-perl-ports | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/build/outdated-perl-ports b/infrastructure/build/outdated-perl-ports index 9fe0bce3ac2..283c363bca4 100644 --- a/infrastructure/build/outdated-perl-ports +++ b/infrastructure/build/outdated-perl-ports @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: outdated-perl-ports,v 1.2 2004/04/11 17:03:56 xsa Exp $ +# $OpenBSD: outdated-perl-ports,v 1.3 2007/01/17 19:44:19 jasper Exp $ # # Copyright (c) 2003 Sam Smith # @@ -55,7 +55,7 @@ my @line; # $line run through split if (defined $ENV{DEBUG}){print STDERR "$1\t$2\t$3\n";} if ((defined $Modules{$2}) and ($Modules{$2} gt $3)) { - print STDOUT "Out of date: $1 vs $Modules{$2}. $line[5] \n"; + print STDOUT "Out of date: $1 vs $Modules{$2}. $line[5]\n"; } }