aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_edit.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-12 17:03:21 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-12 17:43:04 -0800
commit6a4ec92a90849e7cc343bbc8673ce0f063ffd939 (patch)
tree7a2090ab904550aefe464b5c2d7f9116a8fa7711 /toolsrc/src/commands_edit.cpp
parent9072f51d746b857dfda19844cc773181d6d42382 (diff)
downloadvcpkg-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.cpp2
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));
}
}