diff options
author | dd <dd@FreeBSD.org> | 2004-11-07 12:09:39 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2004-11-07 12:09:39 +0800 |
commit | 5892cc4c2fdd6e7cc6a6be520b4ac2f9f07da1cc (patch) | |
tree | c655c8b8bccbe59f5bfc7ad5ff5c4933ff937090 | |
parent | bf6b477c9532e17ef8749c98db00f7ac17be2d4e (diff) | |
download | freebsd-ports-gnome-5892cc4c2fdd6e7cc6a6be520b4ac2f9f07da1cc.tar.gz freebsd-ports-gnome-5892cc4c2fdd6e7cc6a6be520b4ac2f9f07da1cc.tar.zst freebsd-ports-gnome-5892cc4c2fdd6e7cc6a6be520b4ac2f9f07da1cc.zip |
Newline should go after the terminating punctuation (fix typo).
Approved by: will
-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."); } } |