#i10000# supress bytecode generation

This commit is contained in:
Release Engineering 2010-08-20 13:13:16 +02:00
parent 3417318f27
commit fffe7fed17

View file

@ -32,8 +32,8 @@ exit 1
fi fi
if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then 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 else
exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@" exec python -B $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
fi fi