From c741741a2986de5ca6c643a093a4fd90aa1b455d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Tue, 10 Sep 2024 16:00:26 +0200 Subject: [PATCH] scripts/poe-tasks: use id cmd instead of $USER env var in _env.sh --- scripts/poe-tasks/utils/_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/poe-tasks/utils/_env.sh b/scripts/poe-tasks/utils/_env.sh index 7b8fc4b37..86252d68f 100644 --- a/scripts/poe-tasks/utils/_env.sh +++ b/scripts/poe-tasks/utils/_env.sh @@ -65,7 +65,7 @@ function kres_meson_configure { echo ------------------------------- echo -e "${blue}${reset}" echo - meson setup $build_dir $reconfigure --prefix=$install_dir -Duser=$USER -Dgroup=$(id -gn) "$@" + meson setup $build_dir $reconfigure --prefix=$install_dir -Duser=$(id -un) -Dgroup=$(id -gn) "$@" echo echo Copying Knot Resolver constants.py module echo ----------------------------------------- -- 2.47.2