Remove an unnecessary gs invocation from ifhp script.

PR:		docs/51444
Submitted by:	Mike Meyer <mwm@mired.org>
This commit is contained in:
Hiroki Sato 2003-04-27 08:57:24 +00:00
parent 0cfd1ec386
commit d75a6d14b6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16713

View file

@ -1931,10 +1931,6 @@ if [ "$first_two_chars" = "%!" ]; then
exec 3&gt;&amp;1 1&gt;&amp;2
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
-sOutputFile=/dev/fd/3 - &amp;&amp; exit 0
#
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 -sOutputFile=- - \
&amp;&amp; exit 0
else
#
# Plain text or HP/PCL, so just print it directly; print a form feed