[Spread-cvs] commit: r870 - trunk/buildtools

jschultz at spread.org jschultz at spread.org
Tue Nov 22 14:53:11 EST 2016


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 ) 




More information about the Spread-cvs mailing list