activation: avoid error due to unset PATH variable

This commit is contained in:
r-vdp
2024-09-08 12:27:06 +02:00
parent c8e710a315
commit e2db383cb6
@@ -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