Skip to content

Commit c1a9514

Browse files
committed
Resolve symlinked executable path when detecting install root
1 parent 2316905 commit c1a9514

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/ContainerPlugin/InstallRoot.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public struct InstallRoot {
2222
public static let environmentName = "CONTAINER_INSTALL_ROOT"
2323

2424
public static let defaultURL = CommandLine.executablePathUrl
25+
.resolvingSymlinksInPath()
2526
.deletingLastPathComponent()
2627
.appendingPathComponent("..")
2728
.standardized

0 commit comments

Comments
 (0)