diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-22 17:13:19 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-22 17:13:19 +0200 |
commit | 5ddf16d8358a38c0098d3060dcee90c518f0dd85 (patch) | |
tree | 8a5358d0ce66842e368745fb5fddd524bed60569 | |
parent | 92fe5813fbcedeb034c6fa85f56bafa2113f142d (diff) |
txtl10n: #i113008# #i113125# cleanup / removed unused lines
-rwxr-xr-x | l10ntools/scripts/xhtex | 8 | ||||
-rwxr-xr-x | l10ntools/scripts/xtxex | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/l10ntools/scripts/xhtex b/l10ntools/scripts/xhtex index e6f7cf9f2003..659cd06e16d4 100755 --- a/l10ntools/scripts/xhtex +++ b/l10ntools/scripts/xhtex @@ -31,14 +31,6 @@ if [ x${SOLARENV}x = xx ]; then exit 1 fi -# localize.pl calls localize_sl in solver bin directory which depends on dynamic -# libraries in solver lib directory but has no correct RPATH (or equivalent): -if [ "${OS?}" = MACOSX ]; then - export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}${SOLARVERSION?}/${INPATH?}/lib${UPDMINOREXT} -else - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}${SOLARVERSION?}/${INPATH?}/lib${UPDMINOREXT} -fi - if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@" else diff --git a/l10ntools/scripts/xtxex b/l10ntools/scripts/xtxex index cc9dac01fca2..28529506e3a2 100755 --- a/l10ntools/scripts/xtxex +++ b/l10ntools/scripts/xtxex @@ -31,14 +31,6 @@ if [ x${SOLARENV}x = xx ]; then exit 1 fi -# localize.pl calls localize_sl in solver bin directory which depends on dynamic -# libraries in solver lib directory but has no correct RPATH (or equivalent): -if [ "${OS?}" = MACOSX ]; then - export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}${SOLARVERSION?}/${INPATH?}/lib${UPDMINOREXT} -else - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}${SOLARVERSION?}/${INPATH?}/lib${UPDMINOREXT} -fi - if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then exec python $SOLARVERSION/$INPATH/bin/xtxex.py "$@" else |