diff options
author | des <des@FreeBSD.org> | 2002-10-29 10:24:00 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-10-29 10:24:00 +0000 |
commit | 7adf0f3dc731275d2f8bae027498b38f1060e28b (patch) | |
tree | a068ebc05d916cdba0e564f4189329dcf111b84a /ports-mgmt/porteasy | |
parent | 70818ba1beccf06954585d25754b759773cc1a4c (diff) | |
download | FreeBSD-ports-7adf0f3dc731275d2f8bae027498b38f1060e28b.zip FreeBSD-ports-7adf0f3dc731275d2f8bae027498b38f1060e28b.tar.gz |
Really fix that cosmetic nit. I'm an idiot.
Diffstat (limited to 'ports-mgmt/porteasy')
-rw-r--r-- | ports-mgmt/porteasy/src/porteasy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/porteasy/src/porteasy.pl b/ports-mgmt/porteasy/src/porteasy.pl index 3b79ace..9c84855 100644 --- a/ports-mgmt/porteasy/src/porteasy.pl +++ b/ports-mgmt/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); } |