summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-26 17:44:23 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-26 17:44:23 +0000
commit084a3d1b041540bc5c18d5bb376321888d2315fe (patch)
tree30094648461519e138749ca76636188d19206299 /firefox.sh.in
parent- Prevent inlining of stack direction detection (#135255) (diff)
downloadlibrewolf-fedora-ff-084a3d1b041540bc5c18d5bb376321888d2315fe.tar.gz
librewolf-fedora-ff-084a3d1b041540bc5c18d5bb376321888d2315fe.tar.bz2
librewolf-fedora-ff-084a3d1b041540bc5c18d5bb376321888d2315fe.zip
- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 96e2e9d..bc59882 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -55,7 +55,7 @@ if [ "$LD_LIBRARY_PATH" ]
then
LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins:$LD_LIBRARY_PATH
else
- LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN
+ LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins
fi
export LD_LIBRARY_PATH
bgstack15