diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 18:31:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-09 18:31:24 +0000 |
commit | 7060b34457f579864bddbe1caa3e3cdfea6981e2 (patch) | |
tree | 928f53c3e47e536f49beb26ae15a36a41a872c0a /Test/D06subscript.ztst | |
parent | 4872ed50868379e769ce905a4af3ae7dfcef09d7 (diff) | |
download | zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.gz zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.tar.xz zsh-7060b34457f579864bddbe1caa3e3cdfea6981e2.zip |
15334: use string "(eval)" as script name in debugging messages in eval's
Diffstat (limited to 'Test/D06subscript.ztst')
-rw-r--r-- | Test/D06subscript.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst index ac233c1a2..d3645c636 100644 --- a/Test/D06subscript.ztst +++ b/Test/D06subscript.ztst @@ -95,7 +95,7 @@ eval 'A[*]=star' 1:Illegal associative array assignment -?ZTST_execchunk:1: A: attempt to set slice of associative array +?(eval):1: A: attempt to set slice of associative array x='*' A[$x]=xstar |