[w3m-dev 02635]

Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-06 22:25:30 +00:00
parent 114bf456ec
commit d7637adfc0
3 changed files with 9 additions and 3 deletions

View File

@@ -522,7 +522,7 @@ sub cygwin_pathconv {
local($_) = @_;
local(*CYGPATH);
open(CYGPATH, '-|') or exec('cygpath', '-w', $_);
open(CYGPATH, '-|') || exec('cygpath', '-w', $_);
$_ = <CYGPATH>;
close(CYGPATH);
s/\r?\n$//;