summaryrefslogtreecommitdiff
path: root/l10ntools/scripts
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-07-22 17:13:19 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-07-22 17:13:19 +0200
commit5ddf16d8358a38c0098d3060dcee90c518f0dd85 (patch)
tree8a5358d0ce66842e368745fb5fddd524bed60569 /l10ntools/scripts
parent92fe5813fbcedeb034c6fa85f56bafa2113f142d (diff)
txtl10n: #i113008# #i113125# cleanup / removed unused lines
Diffstat (limited to 'l10ntools/scripts')
-rwxr-xr-xl10ntools/scripts/xhtex8
-rwxr-xr-xl10ntools/scripts/xtxex8
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