Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2011 13:47:11 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/skel dot.shrc
Message-ID:  <201106101347.p5ADlOhD013580@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106101347.p5ADlOhD013580>