Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sys.getEnv returns null for existing environment variable #14

Closed
ousado opened this issue Oct 25, 2016 · 0 comments
Closed

Sys.getEnv returns null for existing environment variable #14

ousado opened this issue Oct 25, 2016 · 0 comments

Comments

@ousado
Copy link

ousado commented Oct 25, 2016

Since the haxe code looks OK, I file the issue here.
HL runtime: HL JIT
System: Linux, Debian Jessie

haxe -hl test.hl -main Test
export FOO=FOO
export foo=foo
hl test.hl
Test.hx:4: null
Test.hx:5: null
class Test {
  static function main(){
    trace(Sys.getEnv("FOO"));
    trace(Sys.getEnv("foo"));
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant