Update to m13
[ooovba.git] / applied_patches / 0104-shell-senddoc-library-path.diff
blob34e785db47a7e045775cd3e08b44fb98226d86fc
1 --- shell/source/unix/misc/senddoc.sh.old 2008-04-15 16:47:25.000000000 +0200
2 +++ shell/source/unix/misc/senddoc.sh 2008-11-05 15:35:56.000000000 +0100
3 @@ -8,6 +8,9 @@ then
4 FOPTS="-L"
5 fi
7 +# do not confuse the system mail clients with OOo and Java libraries
8 +unset LD_LIBRARY_PATH
10 # tries to locate the executable specified
11 # as first parameter in the user's path.
12 which() {