ersiner / osx-env-sync

Synchronize OS X environment variables for command line and GUI applications from a single source
Apache License 2.0
218 stars 36 forks source link

Doesn't work with space-separated exports #4

Open zoakerc opened 7 years ago

zoakerc commented 7 years ago

export MAVEN_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1" doesn't work.

launchctl getenv MAVEN_OPTS output is nothing.

I found this project refered from https://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x/3756686#32405815