Fix wrong exit code.

PR:		9321
Submitted by:	Bob Van Valzah <Bob@whitebarn.com>
This commit is contained in:
Robert Nordier 1999-01-23 17:05:54 +00:00
parent f01de75c0f
commit 70fe3a9f9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43107

View File

@ -26,7 +26,7 @@ else
# Plain text or HP/PCL, so just print it directly; print a form
# at the end to eject the last page.
#
echo "$first_line" && cat && printf "\f" && exit 2
echo "$first_line" && cat && printf "\f" && exit 0
fi
exit 2