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