first part of LP: #909818; ${name@#} will later be changed to ${name@#expr} where expr is the IV ipv 0 (eval.c:377ff)
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.68 2011/11/25 23:58:04 tg Exp $
|
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.69 2011/12/31 01:07:19 tg Exp $
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011
|
# Copyright (c) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011
|
||||||
# Thorsten Glaser <tg@mirbsd.org>
|
# Thorsten Glaser <tg@mirbsd.org>
|
||||||
@ -326,6 +326,9 @@ function Lnzaathash {
|
|||||||
function Lnzathash {
|
function Lnzathash {
|
||||||
Lnzathash_v=0
|
Lnzathash_v=0
|
||||||
Lnzathash_add "$@"
|
Lnzathash_add "$@"
|
||||||
|
Lnzathash_end
|
||||||
|
}
|
||||||
|
function Lnzathash_end {
|
||||||
if (( Lnzathash_v )); then
|
if (( Lnzathash_v )); then
|
||||||
Lnzaathash_end
|
Lnzaathash_end
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user