Skip to content

Conversation

@goderbauer
Copy link
Member

@goderbauer goderbauer commented May 2, 2017

fixes #9668

bin/flutter Outdated

echo Building flutter tool...
(cd "$FLUTTER_TOOLS_DIR"; "$PUB" upgrade --verbosity=error --no-packages-dir)
pub_env="flutter_install:$PUB_ENVIRONMENT"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like all the other variables are uppercase, we may want to be consistent.
not that we have a bash style guide other than "not use bash". :-)

bin/flutter.bat Outdated
ECHO Updating flutter tool...
PUSHD "%flutter_tools_dir%"

REM Makes changes to PUB_ENVIRONMENT only visiable to commands within SETLOCAL/ENDLOCAL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

visible

@Hixie
Copy link
Contributor

Hixie commented May 2, 2017

LGTM

Copy link
Contributor

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix order. Mark this as fixing #9668

@goderbauer goderbauer merged commit c256e6d into flutter:master May 2, 2017
@goderbauer goderbauer deleted the pubEnv branch May 2, 2017 18:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include "FLUTTER_INSTALL" in PUB_ENVIRONMENT var when running pub upgrade on flutter_tools during install

4 participants