summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils.cpp')
-rw-r--r--src/mongo/shell/shell_utils.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/shell/shell_utils.cpp b/src/mongo/shell/shell_utils.cpp
index 84e4c1ef4fd..ae93862b113 100644
--- a/src/mongo/shell/shell_utils.cpp
+++ b/src/mongo/shell/shell_utils.cpp
@@ -475,11 +475,8 @@ void installShellUtils(Scope& scope) {
scope.injectNative("fileExists", fileExistsJS);
scope.injectNative("isInteractive", isInteractive);
-#ifndef MONGO_SAFE_SHELL
- // can't launch programs
installShellUtilsLauncher(scope);
installShellUtilsExtended(scope);
-#endif
}
void setEnterpriseShellCallback(EnterpriseShellCallback* callback) {