Merge branch 'master' of https://github.com/openssh/openssh-portable into latestw
This commit is contained in:
commit
dbd2ab3587
|
@ -4,7 +4,7 @@
|
|||
tid="AllowUsers/DenyUsers"
|
||||
|
||||
me="$LOGNAME"
|
||||
if [ "x$me" == "x" ]; then
|
||||
if [ "x$me" = "x" ]; then
|
||||
me=`whoami`
|
||||
fi
|
||||
other="nobody"
|
||||
|
|
Loading…
Reference in New Issue