From 7fec9acd4da743145ffd0f248d8804d72ab9ec8b Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 21 Dec 2023 14:24:32 +0800 Subject: Fix Linux wrong SLPlugin full path from /usr/bin to /usr/libexec/megapahit. Don't re-set mExecutableDir under any circumstances. --- indra/llfilesystem/lldir_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llfilesystem') diff --git a/indra/llfilesystem/lldir_linux.cpp b/indra/llfilesystem/lldir_linux.cpp index c343728505..784ddd5b71 100644 --- a/indra/llfilesystem/lldir_linux.cpp +++ b/indra/llfilesystem/lldir_linux.cpp @@ -127,7 +127,7 @@ LLDir_Linux::LLDir_Linux() if ((path_end = strrchr(tmp_str,'/'))) { *path_end = '\0'; - mExecutableDir = tmp_str; + //mExecutableDir = tmp_str; mWorkingDir = tmp_str; mExecutableFilename = path_end+1; } -- cgit v1.2.3