Unverified Commit cbf48cea authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

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

parents 821472be e2db383c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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