Loading build/fixwin32mak.pl +1 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ chdir '..'; $root = cwd; $root =~ s|.:(.*)|cd "$1|; $root =~ s|/|\\\\|g; print $root . "\n"; find(\&fixcwd, '.'); sub fixcwd { Loading @@ -22,7 +21,7 @@ sub fixcwd { $repl = $File::Find::dir; $repl =~ s|^./||; $repl =~ s|[^\./]+|..|g; $repl =~ s|/|\\\\|; $repl =~ s|/|\\|; $oname = $_; $tname = '.#' . $_; $verchg = 0; Loading Loading
build/fixwin32mak.pl +1 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ chdir '..'; $root = cwd; $root =~ s|.:(.*)|cd "$1|; $root =~ s|/|\\\\|g; print $root . "\n"; find(\&fixcwd, '.'); sub fixcwd { Loading @@ -22,7 +21,7 @@ sub fixcwd { $repl = $File::Find::dir; $repl =~ s|^./||; $repl =~ s|[^\./]+|..|g; $repl =~ s|/|\\\\|; $repl =~ s|/|\\|; $oname = $_; $tname = '.#' . $_; $verchg = 0; Loading