summaryrefslogtreecommitdiff
path: root/l10ntools/scripts/xtxex
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/scripts/xtxex')
-rwxr-xr-xl10ntools/scripts/xtxex15
1 files changed, 1 insertions, 14 deletions
diff --git a/l10ntools/scripts/xtxex b/l10ntools/scripts/xtxex
index 39da89fd81ce..2faae55ce965 100755
--- a/l10ntools/scripts/xtxex
+++ b/l10ntools/scripts/xtxex
@@ -31,17 +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/xtxex.py "$@"
-else
- exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xtxex.py "$@"
-fi
-else
-if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
- exec python $SOLARVERSION/$INPATH/bin/xtxex.py "$@"
-else
- exec python $SOLARVERSION/$INPATH/bin$UPDMINOREXT/xtxex.py "$@"
-fi
-fi
-
+exec python $SOLARVERSION/$INPATH/bin/xtxex.py "$@"