diff options
-rwxr-xr-x | Tools/scripts/addport | 2 |
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."); } } |