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
commit cbf48cea2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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