Skip to content

Conversation

shinenelson
Copy link
Contributor

The build script was dependent on the directory in which it was triggered. This could cause inconsistency if the script was triggered from outside it's own directory.

The global variables allows the script to run with respect to the root of the repository allowing more flexibility, stability and consistency.

Also, there were multiple mv commands that could be merged into a single command.

The build script was dependent on the directory
in which it was triggered.
This could cause inconsistency if the script
was triggered from outside it's own directory.

The global variables allows the script
to run with respect to the root of the repository
allowing more flexibility, stability and consistency.
@alexgibson
Copy link
Contributor

/cc @m4rc1e

@m4rc1e
Copy link
Contributor

m4rc1e commented Sep 1, 2017

@shinenelson thank you for the pr. I'll do a quick review.

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

Successfully merging this pull request may close these issues.

3 participants