Fixed a bug in mysql-copy-right-2 script. As it was, it destroyed some ndb source

files, such as ha_ndbcluster.cc
parent d9a6ff11
...@@ -93,7 +93,7 @@ sub add_copyright ...@@ -93,7 +93,7 @@ sub add_copyright
{ {
$start_copyright="/* "; $start_copyright="/* ";
$line_copyright= " "; $line_copyright= " ";
$end_copyright= " */"; $end_copyright= "*/";
} }
elsif ($ARGV =~ /-x86\.s$/) elsif ($ARGV =~ /-x86\.s$/)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment