diff options
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r-- | cpp/src/IceGrid/Activator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp index 92c1d218ef3..0f81fd3f3fc 100644 --- a/cpp/src/IceGrid/Activator.cpp +++ b/cpp/src/IceGrid/Activator.cpp @@ -344,7 +344,7 @@ Activator::activate(const string& name, return false; } - string path = IcePatch2::simplify(exePath); + string path = exePath; if(path.empty()) { return false; |