diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-12 17:03:21 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-12 17:43:04 -0800 |
| commit | 6a4ec92a90849e7cc343bbc8673ce0f063ffd939 (patch) | |
| tree | 7a2090ab904550aefe464b5c2d7f9116a8fa7711 /toolsrc/src/commands_edit.cpp | |
| parent | 9072f51d746b857dfda19844cc773181d6d42382 (diff) | |
| download | vcpkg-6a4ec92a90849e7cc343bbc8673ce0f063ffd939.tar.gz vcpkg-6a4ec92a90849e7cc343bbc8673ce0f063ffd939.zip | |
Place build & build_external commands into separate files
Diffstat (limited to 'toolsrc/src/commands_edit.cpp')
| -rw-r--r-- | toolsrc/src/commands_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_edit.cpp b/toolsrc/src/commands_edit.cpp index fbf4eab62..f7c489f2b 100644 --- a/toolsrc/src/commands_edit.cpp +++ b/toolsrc/src/commands_edit.cpp @@ -27,7 +27,7 @@ namespace vcpkg } } - std::wstring cmdLine = Strings::wformat(LR"("%s" "%s" "%s")", env_EDITOR, portpath.native(), (portpath / "portfile.cmake").native()); + std::wstring cmdLine = Strings::wformat(LR"("%s" "%s" "%s" -n)", env_EDITOR, portpath.native(), (portpath / "portfile.cmake").native()); exit(System::cmd_execute(cmdLine)); } } |
