Skip to content

Commit 0e6471c

Browse files
Update PackageCompiler.jl
Co-authored-by: Dilum Aluthge <[email protected]>
1 parent 8cb4cd7 commit 0e6471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackageCompiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ function audit_sysimage_relocatability(sysimg_path::String; paths::Vector{String
16141614

16151615
for path in paths
16161616
found = String[]
1617-
for m in eachmatch(Regex("$(path)[^\0]+"), sysimg_contents)
1617+
for m in eachmatch(Regex("\Q$(path)\E[^\0]+"), sysimg_contents)
16181618
push!(found, "[$(m.offset)] $(m.match)")
16191619
end
16201620
if !isempty(found)

0 commit comments

Comments
 (0)