diff options
Diffstat (limited to 'util/system/execpath.cpp')
| -rw-r--r-- | util/system/execpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/execpath.cpp b/util/system/execpath.cpp index 33198af58b0..8d506808c34 100644 --- a/util/system/execpath.cpp +++ b/util/system/execpath.cpp @@ -145,7 +145,7 @@ static TString GetExecPathImpl() { if (FreeBSDGuessExecBasePath(getenv("PWD"), execPath)) { return execPath; } - if (FreeBSDGuessExecBasePath(NFs::CurrentWorkingDirectory(), execPath)) { + if (FreeBSDGuessExecBasePath(NFs::CurrentWorkingDirectory(), execPath)) { return execPath; } |
