summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
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