Adapt src/pre-eqn (src/preproc/eqn)
[s-roff.git] / src / pre-eqn / neqn.sh.in
blob504fd3554f4c311d2555b00115f7e93546d6386d
1 #!/bin/sh
2 # Provision of this shell script should not be taken to imply that use of
3 # eqn with roff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
5 @U_ROFF_BIN_PATH_SETUP@
6 PATH="${U_ROFF_RUNTIME}${PATH}"
7 export PATH
8 exec @L_P_EQN@ -Tascii ${1+"${@}"}
10 # s-sh-mode