add the chdir builtin from mircvs://contrib/hosted/tg/deb/mksh/ for

better dash compatibility (mksh is now a dash superset if printf is
compiled in)
This commit is contained in:
tg
2009-08-30 21:02:01 +00:00
parent e622d80394
commit 4a4be7d313
4 changed files with 22 additions and 10 deletions

4
sh.h
View File

@@ -134,9 +134,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.336 2009/08/30 13:30:08 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.337 2009/08/30 21:02:01 tg Exp $");
#endif
#define MKSH_VERSION "R39 2009/08/28"
#define MKSH_VERSION "R39 2009/08/30"
#ifndef MKSH_INCLUDES_ONLY