update from netbsd, including:
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:22:27 +0000 (01:22 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:22:27 +0000 (01:22 +0000)
commit80d189ed55a9c827ef09401fd80d18219824e251
tree5980e299f845a01590afe9903960590f98080e72
parente3a4558de01d852a8e4fa90f72e35dcb1672b0dc
update from netbsd, including:
Fix PR/1760, where 'cd -' before any other command could cause a reference
to an uninitialized pointer. Use getcwd() to get the current working directory,
instead of forking /bin/pwd [per Scott's suggestion]
bin/sh/Makefile
bin/sh/cd.c
bin/sh/input.c
bin/sh/main.c
bin/sh/parser.c