This is a discussion on ksh doesn't show trace in fuctions within the lucky.openbsd.tech forums, part of the OpenBSD category; --> Hi, ~$ proc(){ > ls foo > } ~$ set -x ~$ proc + proc ls: foo: No such ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, ~$ proc(){ > ls foo > } ~$ set -x ~$ proc + proc ls: foo: No such file or directory ~$ Now compare this with for example zsh: ~% proc(){ function> ls foo function> } ~% set -x ~% proc +zsh:5> proc +proc:1> ls -pb '--color=auto' '--time-style=local' foo ls: foo: No such file or directory I think it's really practical to have traceoutput in functions. So I would like to request that ksh will show traceoutput in functions as well. # Han |
| Thread Tools | |
| Display Modes | |
|
|