summaryrefslogtreecommitdiffstats
path: root/contrib/groff/eqn/neqn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/eqn/neqn.sh')
-rw-r--r--contrib/groff/eqn/neqn.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/groff/eqn/neqn.sh b/contrib/groff/eqn/neqn.sh
deleted file mode 100644
index 49cd70f..0000000
--- a/contrib/groff/eqn/neqn.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# Provision of this shell script should not be taken to imply that use of
-# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
-# $FreeBSD$
-
-# Default device.
-locale=${LC_ALL:-${LC_CTYPE:-$LANG}}
-if test `expr "$locale" : ".*\.ISO_8859-1"` -gt 0
-then
- T=latin1
-else
-if test `expr "$locale" : ".*\.KOI8-R"` -gt 0
-then
- T=koi8-r
-else
- T=ascii
-fi
-fi
-
-exec @g@eqn -T${T} ${1+"$@"}
OpenPOWER on IntegriCloud