FrauBSD / secure_thumb

GELI encrypted images and thumb drives for FreeBSD
https://FrauBSD.org/secure_thumb
BSD 2-Clause "Simplified" License
8 stars 0 forks source link

Usable eprintf for csh #2

Closed freebsdfrau closed 4 years ago

freebsdfrau commented 4 years ago

https://github.com/FrauBSD/secure_thumb/blob/cd2f39d536ac1bdc257b2f766b22cc1c29d1437f/etc/ssh.csh#L62

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 4 years ago

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