[Webkit-unassigned] [Bug 206399] [AppleWin] No such file or directory at preprocess-idls.pl line 105

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 16 22:51:32 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206399

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Cygwin Perl

$ perl -e 'use Cwd; print Cwd::realpath("")."\n"'
: No such file or directory at -e line 1.
$


Linux Perl

$ perl -e 'use Cwd; print Cwd::realpath("")."\n"'
/home/fujii
$

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200117/5f73b74e/attachment.htm>


More information about the webkit-unassigned mailing list