#!/bin/sh

if [ "$LANG" = "ja_JP.ujis" ]; then
 /usr/local/bin/wish4.2jp $1 $2
else
 /usr/bin/wish $1 $2
fi
