add -stripcr option to copy.pl from 0.9.8
[openssl.git] / util / mklink.pl
index d9bc98aab8788cdcca76aecfa3e1a835537df856..61db12c68f3156475f4f44e2dde2e01d8be001ee 100755 (executable)
@@ -51,6 +51,7 @@ my $to = join('/', @to_path);
 
 my $file;
 $symlink_exists=eval {symlink("",""); 1};
+if ($^O eq "msys") { $symlink_exists=0 };
 foreach $file (@files) {
     my $err = "";
     if ($symlink_exists) {