cvs commit: src/bin/sh cd.c options.h sh.1

[ Available lists | Index of cvs-all | Month of Jul 2002 | Week of 25 Jul 2002 | Raw email | View thread | Wrap long lines | Reply ]
From
Tim J. Robbins <tjr@FreeBSD.org>
Date
25 Jul 2002 03:57:45
Subject
cvs commit: src/bin/sh cd.c options.h sh.1
Message-ID
200207251057.g6PAveel022263@freefall.freebsd.org


[ Hide this part ]
tjr         2002/07/25 03:57:40 PDT

Modified files:
bin/sh cd.c options.h sh.1
Log:
Add a -P/-o physical option which behaves similarly to bash/ksh's options
by the same name. This option makes the cd and pwd builtins behave physically
(as opposed to logically) by default.

Submitted by: fanf

Revision Changes Path
1.32 +2 -2 src/bin/sh/cd.c
1.12 +3 -1 src/bin/sh/options.h
1.75 +12 -1 src/bin/sh/sh.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Elapsed time: 0.056 seconds