mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 18:00:28 +00:00
restore relative path comment
This commit is contained in:
parent
aa0d0808c6
commit
a66ccdcf5d
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ static inline void InitProgramExecutableNameImpl(void) {
|
|||
if (*__program_executable_name == '/') {
|
||||
return;
|
||||
}
|
||||
// loader passed us a relative path; prepend cwd.
|
||||
if (TryPath(__program_executable_name, 0)) {
|
||||
goto UseBuf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue