Date: Wed, 30 Dec 2009 21:46:33 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh eval.c Message-ID: <200912302146.nBULkmES046074@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-12-30 21:46:33 UTC FreeBSD src repository Modified files: bin/sh eval.c Log: SVN rev 201283 on 2009-12-30 21:46:33Z by jilles sh: Ensure funcnest is decremented if there was an error in the function. This will be important when things like 'command eval f' will be possible. Currently, the funcnest = 0 assignment in RESET (called when returning to the top level after an error in interactive mode) is really sufficient. Revision Changes Path 1.72 +3 -2 src/bin/sh/eval.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912302146.nBULkmES046074>