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

Optimize build script #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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
Member

/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.

None yet

3 participants