From d4d74325f43e781cec358c4846f604b4af7d147a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 29 Oct 2002 10:24:00 +0000 Subject: Really fix that cosmetic nit. I'm an idiot. --- misc/porteasy/src/porteasy.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index 3b79ace8bb3c..9c84855a76b5 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/porteasy/src/porteasy.pl @@ -442,7 +442,7 @@ sub add_installed() { foreach $port (readdir(DIR)) { next if ($port eq "." || $port eq ".." || ! -d "$dbdir/$port"); if (!defined($origin = get_origin($port))) { - bsd::warnx("$port has no \@origin line\n"); + bsd::warnx("$port has no \@origin line"); if (!defined($origin = $ports{$port})) { bsd::warnx("installed port %s is unknown", $port); } -- cgit v1.2.3