jilles 8c45da6d46 sh: Implement the cd -e flag proposed for the next POSIX issue.
This reflects failure to determine the pathname of the new directory in the
exit status (1). Normally, cd returns successfully if it did chdir() and the
call was successful.

In POSIX, -e only has meaning with -P; because our -L is not entirely
compliant and may fall back to -P mode, -e has some effect with -L as well.
2011-05-20 22:55:18 +00:00
..
2010-12-21 22:47:34 +00:00
2011-03-07 07:31:15 +00:00
2010-12-21 22:47:34 +00:00
2010-06-02 19:16:58 +00:00