summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorRelease Engineering <releng@openoffice.org>2010-08-20 13:13:16 +0200
committerRelease Engineering <releng@openoffice.org>2010-08-20 13:13:16 +0200
commitfffe7fed17cdbba6d3be3ee35b21a1456dc83159 (patch)
treee141916d73fee611ad53c2c529526a888e326dbc /l10ntools
parent3417318f27cdc15af6bdcb3ea5b7c6bb554352ab (diff)
#i10000# supress bytecode generation
Diffstat (limited to 'l10ntools')
-rwxr-xr-xl10ntools/scripts/xhtex4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/scripts/xhtex b/l10ntools/scripts/xhtex
index 659cd06e16d4..ad18d8c94eab 100755
--- a/l10ntools/scripts/xhtex
+++ b/l10ntools/scripts/xhtex
@@ -32,8 +32,8 @@ exit 1
fi
if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
- exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@"
+ exec python -B $SOLARVERSION/$INPATH/bin/xhtex.py "$@"
else
- exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
+ exec python -B $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
fi