activation: avoid error due to unset PATH variable (#340488)

This commit is contained in:
Rick van Schijndel
2024-09-10 21:58:24 +02:00
committed by GitHub
@@ -170,7 +170,7 @@ in
apply = set: {
script = ''
unset PATH
export PATH=
for i in ${toString path}; do
PATH=$PATH:$i/bin:$i/sbin
done