This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
69809be
)
mktables: Improve message
author
Karl Williamson
<public@khwilliamson.com>
Sat, 9 Oct 2010 20:59:15 +0000
(14:59 -0600)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Oct 2010 20:42:05 +0000
(13:42 -0700)
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
5a1ba7a
..
1fc1b76
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-13970,7
+13970,7
@@
if ($ok) {
}
}
if ($ok) {
- print "Files seem to be ok, not bothering to rebuild.\n";
+ print "Files seem to be ok, not bothering to rebuild.
Add '-w' option to force build
\n";
exit(0);
}
print "Must rebuild tables.\n" if $verbosity >= $VERBOSE;