CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/25 14:08:36
Modified files:
regress/usr.bin/ssh: authinfo.sh
Log message:
Use printenv to test whether an SSH_USER_AUTH is set instead of
using $SSH_USER_AUTH. The latter won't work with csh which treats
unknown variables as an error when expanding them. OK markus@
