diff --git a/share/examples/printing/ifhp b/share/examples/printing/ifhp index 373325b0e285..ace0fab4214b 100644 --- a/share/examples/printing/ifhp +++ b/share/examples/printing/ifhp @@ -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