SetupEnvironment: set USER and GROUP variables

Fixes #7682.

Change-Id: I85ea7b41b838edaeb9c92d280e9420bd70b30fd1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3958
Reviewed-by: Rene Gollent <rene@gollent.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
Adrien Destugues 2021-05-21 15:46:19 +02:00 committed by Adrien Destugues
parent 329ae20bac
commit 8aae4f2190

View File

@ -50,3 +50,6 @@ if [ "$SAFEMODE" != "yes" ]; then
. $HOME/config/settings/boot/UserSetupEnvironment
fi
fi
export USER=`id -un`
export GROUP=`id -gn`