From owner-cvs-src-old@FreeBSD.ORG Fri Jun 10 13:47:24 2011 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 6FAF8106578C for ; Fri, 10 Jun 2011 13:47:24 +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 5EFB28FC14 for ; Fri, 10 Jun 2011 13:47:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5ADlO8I013581 for ; Fri, 10 Jun 2011 13:47:24 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5ADlOhD013580 for cvs-src-old@freebsd.org; Fri, 10 Jun 2011 13:47:24 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201106101347.p5ADlOhD013580@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 10 Jun 2011 13:47:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/skel dot.shrc 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: Fri, 10 Jun 2011 13:47:24 -0000 jilles 2011-06-10 13:47:11 UTC FreeBSD src repository Modified files: share/skel dot.shrc Log: SVN rev 222932 on 2011-06-10 13:47:11Z by jilles skel/.shrc: Improve commented CDPATH example for POSIX requirements. POSIX says an empty entry in CDPATH shall not result in the new directory being printed, while any non-empty entry shall result in the new directory being printed, including ".". Therefore, the value of CDPATH should almost always start with a colon, not dot and colon. Our sh does not print the name for empty entries as well as "." entries. MFC after: 1 week Revision Changes Path 1.4 +1 -1 src/share/skel/dot.shrc