From owner-cvs-src-old@FreeBSD.ORG Sun Dec 20 20:51:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02272106568D for ; Sun, 20 Dec 2009 20:51:44 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4BF68FC0A for ; Sun, 20 Dec 2009 20:51:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBKKphkr055656 for ; Sun, 20 Dec 2009 20:51:43 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBKKphT0055655 for cvs-src-old@freebsd.org; Sun, 20 Dec 2009 20:51:43 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200912202051.nBKKphT0055655@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 20 Dec 2009 20:51:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 20:51:44 -0000 jilles 2009-12-20 20:51:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/sh parser.c Log: SVN rev 200760 on 2009-12-20 20:51:20Z by jilles MFC r198173: sh: show more info about syntax errors in command substitution: the line number where the command substitution started. This applies to both the $() and `` forms but is most useful for `` because the other line number is relative to the enclosed text there. (For older versions, -v can be used as a workaround.) Revision Changes Path 1.63.2.2 +5 -0 src/bin/sh/parser.c