Merge branch 'latestw' into latestw_all

This commit is contained in:
Manoj Ampalam 2016-12-19 15:03:23 -08:00
commit 36ba5d15bf

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"