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

SBT_OPTS trumps command-line flags #74

Open
dwijnand opened this issue Jul 14, 2014 · 1 comment
Open

SBT_OPTS trumps command-line flags #74

dwijnand opened this issue Jul 14, 2014 · 1 comment
Labels

Comments

@dwijnand
Copy link
Owner

As a silly example, with SBT_OPTS='-scala-version 2.11.1'

Executing sbt -scala-version 2.10.4 -sbt-create 'show scalaVersion'

returns: [info] 2.11.1

@fommil
Copy link
Contributor

fommil commented Feb 26, 2015

I've also noticed this. very irritating on machines where somebody installs a dodgy version of upstream sbt with a global bash profile that sets stupid flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants