diff options
author | Release Engineering <releng@openoffice.org> | 2010-08-20 13:13:16 +0200 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-08-20 13:13:16 +0200 |
commit | fffe7fed17cdbba6d3be3ee35b21a1456dc83159 (patch) | |
tree | e141916d73fee611ad53c2c529526a888e326dbc /l10ntools | |
parent | 3417318f27cdc15af6bdcb3ea5b7c6bb554352ab (diff) |
#i10000# supress bytecode generation
Diffstat (limited to 'l10ntools')
-rwxr-xr-x | l10ntools/scripts/xhtex | 4 |
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 |