commit: r870 - trunk/buildtools
[email protected] Tue, 22 Nov 2016 14:53:11 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz
Date: 2016-11-22 14:53:10 -0500 (Tue, 22 Nov 2016)
New Revision: 870
Modified:
trunk/buildtools/make_copyright.pl
Log:
Minor fix to make_copyright.pl to always include a path separator for directories
Modified: trunk/buildtools/make_copyright.pl
===================================================================
--- trunk/buildtools/make_copyright.pl 2016-11-21 16:37:35 UTC (rev 869)
+++ trunk/buildtools/make_copyright.pl 2016-11-22 19:53:10 UTC (rev 870)
@@ -107,7 +107,7 @@
( $file =~ /\.[ch]$/) ||
( $file =~ /\.java$/) ) )
{
- $file = $tgt_opt . $file;
+ $file = $tgt_opt . "/" . $file;
print "About to act on file: $file\n";
if ( $sub_opt )