mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
upstream commit
use standard /bin/sh equality test; from Mike Frysinger Upstream-Regress-ID: 7b6f0b63525f399844c8ac211003acb8e4b0bec2
This commit is contained in:
parent
4a354fc231
commit
c8c60f3663
@ -4,7 +4,7 @@
|
|||||||
tid="AllowUsers/DenyUsers"
|
tid="AllowUsers/DenyUsers"
|
||||||
|
|
||||||
me="$LOGNAME"
|
me="$LOGNAME"
|
||||||
if [ "x$me" == "x" ]; then
|
if [ "x$me" = "x" ]; then
|
||||||
me=`whoami`
|
me=`whoami`
|
||||||
fi
|
fi
|
||||||
other="nobody"
|
other="nobody"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user