diff options
Diffstat (limited to 'shell/source/unix/misc/senddoc.sh')
-rwxr-xr-x | shell/source/unix/misc/senddoc.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index c37a2dcf8ed0..f70251ecf310 100755 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -27,14 +27,7 @@ if [ "$sd_platform" = "Linux" ] ; then fi # do not confuse the system mail clients with OOo and Java libraries -case $sd_platform in - AIX) - unset LIBPATH - ;; - *) - unset LD_LIBRARY_PATH - ;; -esac +unset LD_LIBRARY_PATH # tries to locate the executable specified # as first parameter in the user's path. |