aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp
index f8b883e97..2c0f562b6 100644
--- a/toolsrc/src/vcpkg.cpp
+++ b/toolsrc/src/vcpkg.cpp
@@ -388,4 +388,7 @@ int main(const int argc, const char* const* const argv)
#endif
}
fflush(stdout);
+
+ //It is expected that one of the sub-commands will exit cleanly before we get here.
+ Checks::exit_fail(VCPKG_LINE_INFO);
}