cvs commit: src/bin/sh main.c
Peter Avalos
pavalos at crater.dragonflybsd.org
Sat Jan 13 15:38:57 PST 2007
pavalos 2007/01/13 15:36:14 PST
DragonFly src repository
Modified files:
bin/sh main.c
Log:
Issue an error when . (dot) is invoked without a filename.
Initialize PWD early on (don't expect it to be inherited from the
environment or set it only when changing directories with cd)
Remove some kind of profiling support that required the 4.2BSD monitor()
function in libc.
Obtained-from: FreeBSD
Revision Changes Path
1.8 +13 -21 src/bin/sh/main.c
http://www.dragonflybsd.org/cvsweb/src/bin/sh/main.c.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list