We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605c581 commit e591183Copy full SHA for e591183
jbrowse/src/org/labkey/jbrowse/JBrowseManager.java
@@ -224,7 +224,7 @@ else if (SystemUtils.IS_OS_MAC_OSX)
224
225
try
226
{
227
- if (FileSystems.getFileSystem(exe.toURI()).supportedFileAttributeViews().contains("posix"))
+ if (exe.toPath().getFileSystem().supportedFileAttributeViews().contains("posix"))
228
229
Set<PosixFilePermission> perms = Files.getPosixFilePermissions(exe.toPath());
230
if (!perms.contains(PosixFilePermission.OWNER_EXECUTE))
0 commit comments