search for: workwaround

Displaying 1 result from an estimated 1 matches for "workwaround".

Did you mean: workaround
2007 Jun 29
1
R CMD build with mingw and msys (PR#9766)
...my @exclude_patterns = R::Utils::get_exclude_patterns(); @@ -222,14 +221,10 @@ my $filepath = &file_path($startdir, $filename); ## under Windows, need separate Cygwin and Windows versions of path. my $origfilepath = $filepath; - if ($MSYS) { - ## different workwaround for MSYS - $filepath =~ s+^([A-Za-z]):+/\1/+; - } elsif ($WINDOWS) { - ## workaround for paths in Cygwin tar - $filepath =~ s+^([A-Za-z]):+/cygdrive/\1+; + if($WINDOWS) { + ## workaround for paths in Cygwin tar + $filepath =~ s+^([A-Za-z])...