Imported Upstream version 1.22.4
[platform/upstream/groff.git] / src / preproc / eqn / neqn.sh
1 #! /bin/sh
2 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
3 #
4 # This file is part of groff.
5
6 # groff is free software; you can redistribute it and/or modify it under
7 # the terms of the GNU General Public License as published by the Free
8 # Software Foundation, either version 2 of the License (GPL2).
9
10 # groff is distributed in the hope that it will be useful, but WITHOUT ANY
11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13 # for more details.
14
15 # The GPL2 license text is available in the internet at
16 # <http://www.gnu.org/licenses/gpl-2.0.txt>.
17
18 # Provision of this shell script should not be taken to imply that use of
19 # GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
20
21 @GROFF_BIN_PATH_SETUP@
22 PATH="$GROFF_RUNTIME$PATH"
23 export PATH
24 exec @g@eqn -Tascii ${1+"$@"}
25
26 # eof