#!/bin/sh
# Provision of this shell script should not be taken to imply that use of
# GNU eqn with groff -Tascii|-Tlatin1 is supported.
if test "X$LANGUAGE" = "Xja"
then
	exec eqn -Tnippon ${1+"$@"}
else
	exec eqn -Tascii ${1+"$@"}
fi
