mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in preserves-xtrace test
Tweaked per workers/45550, needs workers/45536 to be effective
This commit is contained in:
parent
fd627a504f
commit
778f391a3b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-03-13 dana <dana@dana.is>
|
||||
|
||||
* 45537 (tweaked per 45550, needs 45536): Test/E02xtrace.ztst:
|
||||
Fix inconsistent function-name encoding in preserves-xtrace test
|
||||
|
||||
2020-03-12 Daniel Shahaf <danielsh@apache.org>
|
||||
|
||||
* unposted: .editorconfig: Specify spaces rather than tabs for
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
}
|
||||
functions -T ${1}
|
||||
${1}
|
||||
which ${1}
|
||||
LC_ALL=C which ${1}
|
||||
"
|
||||
done
|
||||
0:a function that redefines itself preserves tracing
|
||||
|
|
Loading…
Reference in a new issue