summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/misc/senddoc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index 3f5b517d023c..3d2690379134 100644
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -8,6 +8,9 @@ then
FOPTS="-L"
fi
+# do not confuse the system mail clients with OOo and Java libraries
+unset LD_LIBRARY_PATH
+
# tries to locate the executable specified
# as first parameter in the user's path.
which() {