K 10 svn:author V 7 delphij K 8 svn:date V 27 2010-12-14T18:23:15.882272Z K 7 svn:log V 234 When printf is being used as a sh(1) builtin, it can not call exit(3) as pointed out by jilles@ so revert to using return(), also change the return value back to 1 as requested by bde@. This is logically a revert of revision 216422. END