sh: Properly show "Not a directory" error in cd builtin.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 5 Feb 2012 19:44:29 +0000 (11:44 -0800)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 5 Feb 2012 20:48:12 +0000 (12:48 -0800)
commit2b271b9bd2c4b4c7b94e1d246aebde69a6e37819
treed71aff50ef2f81106358f880b4347ea3b81af6dc
parentb6bd99f63ba9b8eeb9dcfd0f5b11ea363199cd9a
sh: Properly show "Not a directory" error in cd builtin.

The errno message display added in 72cbf4010 did not take attempting to
cd to a non-directory or something that cannot be stat()ed into account.

Obtained-from:  FreeBSD 230095
bin/sh/cd.c
tools/regression/bin/sh/builtins/cd8.0 [new file with mode: 0644]