Karl Berry wrote:
>     -  foreach my $dir (reverse split /:/, $ENV{"ACLOCAL_PATH"})
>     +  my $sep = $^O eq 'os2' ? ';' : ':';
>     +  foreach my $dir (reverse split /$sep/, $ENV{"ACLOCAL_PATH"})
> 
> Thanks for the report. I added a check for Windows and committed it.
> --best, karl.
> 

Thanks!

-- 
KO Myung-Hun

Korean OS/2 User Community : https://www.os2.kr/



Reply via email to