Newline should go after the terminating punctuation (fix typo).

Approved by:	will
This commit is contained in:
Dima Dorfman
2004-11-07 04:09:39 +00:00
parent c73e2186f6
commit 77414b4220

View File

@@ -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.");
}
}