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

./distribute.sh -u option doesn't work #236

Closed
trivedigaurav opened this issue May 15, 2014 · 3 comments
Closed

./distribute.sh -u option doesn't work #236

trivedigaurav opened this issue May 15, 2014 · 3 comments

Comments

@trivedigaurav
Copy link
Member

It simply prints the usage on the terminal:

Usage: ./distribute.sh [options]

-d directory Name of the distribution directory
-h Show this help
-l Show a list of available modules
-m 'mod1 mod2' Modules to include
-f Restart from scratch (remove the current build)
-x display expanded values (execute 'set -x')

For developers:
-u 'mod1 mod2' Modules to update (if already compiled)

@mmariani
Copy link
Contributor

A modules is updated only if it's explicitly included:

./distribute.sh -m 'mod1 mod2' -u 'mod1 mod2'

@FeralBytes
Copy link
Contributor

Please close if the above command works.

@trivedigaurav
Copy link
Member Author

It doesn't work as it is specified in usage but is functional. Closing.

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

3 participants