diff options
author | joe <joe@FreeBSD.org> | 2001-09-03 01:31:00 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-03 01:31:00 +0000 |
commit | 215f26a518491bd8dbd3c273ffd740c5f4e3b837 (patch) | |
tree | 582c789d0121107fffe4abff8c8a2827f35c3d16 /CVSROOT | |
parent | 5ae05a724c20dc80f5886910bc962e1cf2011c81 (diff) | |
download | FreeBSD-ports-215f26a518491bd8dbd3c273ffd740c5f4e3b837.zip FreeBSD-ports-215f26a518491bd8dbd3c273ffd740c5f4e3b837.tar.gz |
Add a carriage return in front of one of the error messages for
consistancy with the others.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index 059d358..19ade51 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -68,7 +68,8 @@ my $NoName = " #$DelPath = " #%s - The old path and version has been deleted from \$$HEADER\$.\n"; -my $BadId = "%s - The \$$HEADER\$ is mangled.\n"; +my $BadId = " +%s - The \$$HEADER\$ is mangled.\n"; my $BadName = " %s - The pathname '%s' |