Closed cpswan closed 11 months ago
Unnecessary env empty variable on each export. Mostly harmless, but might have side effects if env is used on a dess system.
env
- What I did
s/export env/export/
- How to verify it
Install a dess server
- Description for the changelog
fix: Remove env from exports
Unnecessary
env
empty variable on each export. Mostly harmless, but might have side effects ifenv
is used on a dess system.- What I did
s/export env/export/
- How to verify it
Install a dess server
- Description for the changelog
fix: Remove
env
from exports