aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-08-01 16:03:40 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-08-01 16:03:40 -0700
commit9a87ee9c9dc655dccb4e7b927279c9094f960448 (patch)
tree7b2058da8c9ec90f2ace42198917de029cd83f82 /scripts/cmake
parent5e9ac8a25bee0eb074f139bc73ed8e2a3755fc2d (diff)
downloadvcpkg-9a87ee9c9dc655dccb4e7b927279c9094f960448.tar.gz
vcpkg-9a87ee9c9dc655dccb4e7b927279c9094f960448.zip
[openssl] Fix error in msys call to perform the perl installation.
Diffstat (limited to 'scripts/cmake')
-rw-r--r--scripts/cmake/vcpkg_acquire_msys.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_acquire_msys.cmake b/scripts/cmake/vcpkg_acquire_msys.cmake
index 905952eab..87c34c274 100644
--- a/scripts/cmake/vcpkg_acquire_msys.cmake
+++ b/scripts/cmake/vcpkg_acquire_msys.cmake
@@ -32,7 +32,7 @@
## vcpkg_execute_required_process(
## COMMAND
## ${BASH} --noprofile --norc -c
-## "PATH=/usr/bin:\$PATH;pacman -Sy --noconfirm --needed make"
+## 'PATH=/usr/bin:\$PATH pacman -Sy --noconfirm --needed make'
## WORKING_DIRECTORY ${MSYS_ROOT}
## LOGNAME pacman-${TARGET_TRIPLET})
## ```