summaryrefslogtreecommitdiff
path: root/l10ntools/scripts/xhtex
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/scripts/xhtex')
-rwxr-xr-xl10ntools/scripts/xhtex14
1 files changed, 1 insertions, 13 deletions
diff --git a/l10ntools/scripts/xhtex b/l10ntools/scripts/xhtex
index 5409f179777d..acf96ed713b6 100755
--- a/l10ntools/scripts/xhtex
+++ b/l10ntools/scripts/xhtex
@@ -31,16 +31,4 @@ if [ x${SOLARENV}x = xx ]; then
exit 1
fi
-if [ ${GUI} = "WNT" ]; then
-if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
- exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@"
-else
- exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
-fi
-else
-if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
- exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@"
-else
- exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xhtex.py "$@"
-fi
-fi
+exec python $SOLARVERSION/$INPATH/bin/xhtex.py "$@"