Remove an unnecessary gs invocation from ifhp script.
PR: docs/51444 Submitted by: Mike Meyer <mwm@mired.org>
This commit is contained in:
parent
0cfd1ec386
commit
d75a6d14b6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16713
1 changed files with 0 additions and 4 deletions
|
|
@ -1931,10 +1931,6 @@ if [ "$first_two_chars" = "%!" ]; then
|
|||
exec 3>&1 1>&2
|
||||
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 \
|
||||
-sOutputFile=/dev/fd/3 - && exit 0
|
||||
|
||||
#
|
||||
/usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=djet500 -sOutputFile=- - \
|
||||
&& exit 0
|
||||
else
|
||||
#
|
||||
# Plain text or HP/PCL, so just print it directly; print a form feed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue