* src/preproc/eqn/neqn.sh, src/roff/nroff/nroff.sh: Use
[s-roff.git] / src / preproc / eqn / neqn.sh
blob43fe1e858e256adb5774a1189604a00728b0dfca
1 #!/bin/sh
2 # Provision of this shell script should not be taken to imply that use of
3 # GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
5 : ${GROFF_BIN_PATH=@BINDIR@}
6 PATH=$GROFF_BIN_PATH@SEP@$PATH
7 export PATH
8 exec @g@eqn -Tascii ${1+"$@"}
10 # eof