FrauBSD/secure_thumb

Usable eprintf for csh

Closed this issue · 1 comments

alias eprintf csh_na

Even if we can not send data to stderr from [t]csh natively, we should probably just make it function like printf:

quietly unalias eprintf
alias eprintf printf
kfv commented

Neat, brilliant. Roger that, I'll take care of it, thanks for the tip.