=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.y,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- src/usr.bin/bc/bc.y 2017/02/23 06:41:46 1.50 +++ src/usr.bin/bc/bc.y 2017/07/02 23:19:07 1.51 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: bc.y,v 1.50 2017/02/23 06:41:46 otto Exp $ */ +/* $OpenBSD: bc.y,v 1.51 2017/07/02 23:19:07 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -1163,7 +1163,7 @@ dup(p[0]); close(p[0]); close(p[1]); - + exit (dc_main(2, dc_argv)); } }