diff options
| author | jgehw <44170764+jgehw@users.noreply.github.com> | 2020-09-09 19:36:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 10:36:58 -0700 |
| commit | 8b7e946c55507d491887bbfeb34453ff0c75c751 (patch) | |
| tree | 08bfa65706900acdc50fdb59fb9137ae2b555708 /docs | |
| parent | bff4dd9c944b9fbad40ec1a36d7c2365287ce0a6 (diff) | |
| download | vcpkg-8b7e946c55507d491887bbfeb34453ff0c75c751.tar.gz vcpkg-8b7e946c55507d491887bbfeb34453ff0c75c751.zip | |
[execute_process] Don't strip embedded semicolons (#12926)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/execute_process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/execute_process.md b/docs/maintainers/execute_process.md index cbb339509..bafb1e57c 100644 --- a/docs/maintainers/execute_process.md +++ b/docs/maintainers/execute_process.md @@ -3,7 +3,7 @@ Intercepts all calls to execute_process() inside portfiles and fails when Download Mode is enabled. -In order to execute a process in Download Mode call `_execute_process()` instead. +In order to execute a process in Download Mode call `vcpkg_execute_in_download_mode()` instead. ## Source |
