diff options
author | joe <joe@FreeBSD.org> | 2001-09-03 09:31:00 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-03 09:31:00 +0800 |
commit | 215f26a518491bd8dbd3c273ffd740c5f4e3b837 (patch) | |
tree | 582c789d0121107fffe4abff8c8a2827f35c3d16 | |
parent | 5ae05a724c20dc80f5886910bc962e1cf2011c81 (diff) | |
download | freebsd-ports-gnome-215f26a518491bd8dbd3c273ffd740c5f4e3b837.tar.gz freebsd-ports-gnome-215f26a518491bd8dbd3c273ffd740c5f4e3b837.tar.zst freebsd-ports-gnome-215f26a518491bd8dbd3c273ffd740c5f4e3b837.zip |
Add a carriage return in front of one of the error messages for
consistancy with the others.
-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 059d358d2265..19ade513a9c8 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' |