aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2004-11-07 04:09:39 +0000
committerDima Dorfman <dd@FreeBSD.org>2004-11-07 04:09:39 +0000
commit77414b4220bcff84237cf7a4e7c57401b0aef52e (patch)
treeedb6e7d689023011739f1577de7b5b973822bfe9 /Tools
parentc73e2186f669c1361fe06dc0ab32cf02a4b4dc8d (diff)
downloadports-77414b4220bcff84237cf7a4e7c57401b0aef52e.tar.gz
ports-77414b4220bcff84237cf7a4e7c57401b0aef52e.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/addport2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport
index 07f5e5d96b89..dc8e9b6fa168 100755
--- a/Tools/scripts/addport
+++ b/Tools/scripts/addport
@@ -334,7 +334,7 @@ foreach my $thisdir (@dirs) {
system("$cvs $n ci $commitfile Makefile $portname") && errx(1, "cvs commit failed, aborting.");
if (!$nomodules && ($n ne "-n")) {
print "*** If you have problems with the below modulesupdate command, PLEASE\n";
- print "*** ensure that you can login to $h from $moduleshost\n!";
+ print "*** ensure that you can login to $h from $moduleshost!\n";
system("$sshmod env CVSROOT=$repo $perl /usr/local/bin/modulesupdate $module ports/$category/$portname") && errx(1, "adding port to modules failed, aborting.");
}
}