Skip to content

Commit 8d9c944

Browse files
use abspath for tracking path
1 parent 7f87e4b commit 8d9c944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ static void jl_resolve_sysimg_location(JL_IMAGE_SEARCH rel)
688688
if (jl_options.output_code_coverage)
689689
jl_options.output_code_coverage = absformat(jl_options.output_code_coverage);
690690
if (jl_options.tracked_path)
691-
jl_options.tracked_path = absformat(jl_options.tracked_path);
691+
jl_options.tracked_path = abspath(jl_options.tracked_path, 0);
692692

693693
const char **cmdp = jl_options.cmds;
694694
if (cmdp) {

0 commit comments

Comments
 (0)