This commit is contained in:
Carlo Cabrera 2023-03-07 23:34:57 +08:00
parent 4c4e9369b1
commit 999582f412
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -441,7 +441,7 @@ class Cmd
fuse_ld_flag = fuse_ld_flags.last.strip
fuse_ld_arg = fuse_ld_flag.split("=", 2).last
(fuse_ld_arg == "ld") || fuse_ld_arg.end_with("/usr/bin/ld")
(fuse_ld_arg == "ld") || fuse_ld_arg.end_with?("/usr/bin/ld")
end
def canonical_path(path)