From owner-cvs-src Mon Feb 10 3:21: 1 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEA137B401; Mon, 10 Feb 2003 03:20:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A122343FB1; Mon, 10 Feb 2003 03:20:58 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1ABKwbv012314; Mon, 10 Feb 2003 03:20:58 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1ABKwkB012312; Mon, 10 Feb 2003 03:20:58 -0800 (PST) Message-Id: <200302101120.h1ABKwkB012312@repoman.freebsd.org> From: Thomas Quinot Date: Mon, 10 Feb 2003 03:20:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/lib env.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2003/02/10 03:20:58 PST Modified files: usr.sbin/cron/lib env.c Log: Allow inner whitespace in the right-hand side of an environment variable assignment even if it is not quoted (as advertised by the man page). This fixes a regression wrt RELENG_4 introduced in rev. 1.11. Problem noted and patch tested by: CHOI Junho Reviewed by: roberto Revision Changes Path 1.12 +17 -10 src/usr.sbin/cron/lib/env.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message