summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-10-29 10:24:00 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-10-29 10:24:00 +0000
commitd4d74325f43e781cec358c4846f604b4af7d147a (patch)
treeea6c9127de6192dd34538d61fa70dd6fd327a17a /misc
parentCosmetic nit. (diff)
Really fix that cosmetic nit. I'm an idiot.
Notes
Notes: svn path=/head/; revision=69094
Diffstat (limited to 'misc')
-rw-r--r--misc/porteasy/src/porteasy.pl2
1 files changed, 1 insertions, 1 deletions
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);
}