Skip to content

Commit 5f7b3da

Browse files
committed
Ensure backslashes in props file aren't mangled.
1 parent 3246de8 commit 5f7b3da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build/gen-jvm-properties.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
$thirdPartyJars .= "${cpsep}${jardir}/nqp-runtime.jar${cpsep}${libdir}/nqp.jar";
2424

25+
s/\\/\\\\/g for ($prefix, $thirdPartyJars, $libdir);
26+
2527
print <<"END";
2628
# This file automatically generated by $0
2729

0 commit comments

Comments
 (0)