diff options
author | joe <joe@FreeBSD.org> | 2002-03-22 07:47:13 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-03-22 07:47:13 +0800 |
commit | 70b2a4c03aeb56d7d3a291456f6cfbc79beba94b (patch) | |
tree | 90479f861519d06ae3508cd5a39661b039905620 /CVSROOT/commit_prep.pl | |
parent | b08d827c39de3444c76d9df3ea3ed8c5382ae8cb (diff) | |
download | freebsd-ports-gnome-70b2a4c03aeb56d7d3a291456f6cfbc79beba94b.tar.gz freebsd-ports-gnome-70b2a4c03aeb56d7d3a291456f6cfbc79beba94b.tar.zst freebsd-ports-gnome-70b2a4c03aeb56d7d3a291456f6cfbc79beba94b.zip |
Remove unnecessary leading carriage returns from error messages.
Diffstat (limited to 'CVSROOT/commit_prep.pl')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index b10a89c32db9..65f4067f244e 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -47,22 +47,19 @@ my $HEADER = $cfg::IDHEADER; # Error messages # ############################################################ -my $NoId = " -%s - \"\$$HEADER\$\" keyword is either missing or corrupt.\n"; +my $NoId = "%s - \"\$$HEADER\$\" keyword is either missing or corrupt.\n"; # Protect string from substitution by RCS. -my $NoName = " -%s - The ID line should contain only \$$HEADER\$ for a newly created file.\n"; +my $NoName = "%s - The ID line should contain only \$$HEADER\$ for " . + "a newly created file.\n"; #$DelPath = " #%s - The old path and version has been deleted from \$$HEADER\$.\n"; -my $BadName = " -%s - The pathname '%s' +my $BadName = "%s - The pathname '%s' in the \$$HEADER\$ line does not match the actual filename.\n"; -my $BadVersion = " -%s - GRRR!! You spammed your copy of the file +my $BadVersion = "%s - GRRR!! You spammed your copy of the file which was based upon version %s, with a different version based upon %s. Please move your '%s' out of the way, perform an update to get the current version, and then |