mirror of
https://github.com/kepler155c/opus
synced 2025-12-19 06:38:06 +00:00
major oops - fix poluted envs
This commit is contained in:
@@ -151,7 +151,7 @@ function kernel.newRoutine(args)
|
||||
}, { __index = Routine })
|
||||
|
||||
Util.merge(routine, args)
|
||||
routine.env = args.env or Util.shallowCopy(shell.getEnv())
|
||||
routine.env = args.env or shell.getEnv()
|
||||
|
||||
return routine
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user