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:
parent
329ae20bac
commit
8aae4f2190
@ -50,3 +50,6 @@ if [ "$SAFEMODE" != "yes" ]; then
|
||||
. $HOME/config/settings/boot/UserSetupEnvironment
|
||||
fi
|
||||
fi
|
||||
|
||||
export USER=`id -un`
|
||||
export GROUP=`id -gn`
|
||||
|
Loading…
Reference in New Issue
Block a user