diff options
| author | Stanislav Kirillov <[email protected]> | 2022-02-10 16:46:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:07 +0300 |
| commit | 92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c (patch) | |
| tree | 817034f4ca57c9f841bb047ec94630c2e78a2b1d /util/system/execpath.cpp | |
| parent | 53c76da6d9f6cc5a17f6029df396f0e3bc1ff47d (diff) | |
Restoring authorship annotation for Stanislav Kirillov <[email protected]>. Commit 1 of 2.
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; } |
