${foo@x} is now special-expansion for values of x, defined for now:

‘#’ = hash of $foo
This commit is contained in:
tg
2011-01-21 22:25:34 +00:00
parent 846fbde3b8
commit da9d0f3d97
4 changed files with 175 additions and 80 deletions

4
sh.h
View File

@@ -154,9 +154,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.422 2011/01/21 21:04:47 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.423 2011/01/21 22:25:34 tg Exp $");
#endif
#define MKSH_VERSION "R39 2011/01/08"
#define MKSH_VERSION "R39 2011/01/21"
#ifndef MKSH_INCLUDES_ONLY