upstream commit

use standard /bin/sh equality test; from Mike Frysinger

Upstream-Regress-ID: 7b6f0b63525f399844c8ac211003acb8e4b0bec2
This commit is contained in:
djm@openbsd.org 2016-12-19 22:35:23 +00:00 committed by Damien Miller
parent 4a354fc231
commit c8c60f3663
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
tid="AllowUsers/DenyUsers"
me="$LOGNAME"
if [ "x$me" == "x" ]; then
if [ "x$me" = "x" ]; then
me=`whoami`
fi
other="nobody"