Ok, I disabled that check for OSX as well as Windows. While it's working fine on Mavericks, there seems to be an issue on older OSX versions. Thanks!

        # Make sure we can read the file, honoring ACLs.
        if ( !main::ISMAC ){
                use filetest 'access';
                return 0 if ! -r $fullpath;
        }

--

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to