From owner-cvs-src-old@FreeBSD.ORG Thu Oct 1 21:43:33 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 2B59F106566B for ; Thu, 1 Oct 2009 21:43:33 +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 194D98FC0A for ; Thu, 1 Oct 2009 21:43:33 +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 n91LhWSI081992 for ; Thu, 1 Oct 2009 21:43:32 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n91LhWhA081991 for cvs-src-old@freebsd.org; Thu, 1 Oct 2009 21:43:32 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <200910012143.n91LhWhA081991@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Thu, 1 Oct 2009 21:40:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/errors backquote-error2.0 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: Thu, 01 Oct 2009 21:43:33 -0000 jilles 2009-10-01 21:40:08 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/errors backquote-error2.0 Log: SVN rev 197691 on 2009-10-01 21:40:08Z by jilles sh: Disallow mismatched quotes in backticks (`...`). Due to the amount of code removed by this, it seems that allowing unmatched quotes was a deliberate imitation of System V sh and real ksh. Most other shells do not allow unmatched quotes (e.g. bash, zsh, pdksh, NetBSD /bin/sh, dash). PR: bin/137657 Revision Changes Path 1.64 +1 -7 src/bin/sh/parser.c 1.1 +7 -0 src/tools/regression/bin/sh/errors/backquote-error2.0 (new)