Skip to content

Commit cfde0ba

Browse files
manbeariandennisameling
authored andcommitted
properly escape '$' in perl script
Signed-off-by: Dennis Ameling <[email protected]>
1 parent 06a6f19 commit cfde0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/buildsystems/Generators/Vcxproj.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ EOM
195195
<PreBuildEvent Condition="!Exists('$cdup\\compat\\vcbuild\\vcpkg\\installed\\\$(VCPKGArch)\\include\\openssl\\ssl.h')">
196196
<Message>Initialize VCPKG</Message>
197197
<Command>del "$cdup\\compat\\vcbuild\\vcpkg"</Command>
198-
<Command>call "$cdup\\compat\\vcbuild\\vcpkg_install.bat" $(VCPKGArch)</Command>
198+
<Command>call "$cdup\\compat\\vcbuild\\vcpkg_install.bat" \$(VCPKGArch)</Command>
199199
</PreBuildEvent>
200200
EOM
201201
}

0 commit comments

Comments
 (0)