From fffe7fed17cdbba6d3be3ee35b21a1456dc83159 Mon Sep 17 00:00:00 2001 From: Release Engineering Date: Fri, 20 Aug 2010 13:13:16 +0200 Subject: #i10000# supress bytecode generation --- l10ntools/scripts/xhtex | 4 ++-- 1 file 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 -- cgit v1.2.3