FSUM9210
Traced functions not effective unless -o korn is set

Explanation

"typeset -ft function" (turn on tracing for the named function) was specified, but KornShell mode wasn't enabled.

User response

Don't specify "typeset &ndashft", or enable KornShell mode with "set –o korn".