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

Small bug in adam-shell prevents usage of ADDL_JARS #510

Closed
Sjoerd-van-Hagen opened this issue Nov 28, 2014 · 0 comments · Fixed by #515
Closed

Small bug in adam-shell prevents usage of ADDL_JARS #510

Sjoerd-van-Hagen opened this issue Nov 28, 2014 · 0 comments · Fixed by #515

Comments

@Sjoerd-van-Hagen
Copy link

A missing space prevents the ADDL_JARS from being added.

Fix:
change line 26 from
if [ ! -z "$ADDL_JARS"]; then
to
if [ ! -z "$ADDL_JARS" ]; then

Otherwise you get:
./adam-shell: line 26: [: missing `]'

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 a pull request may close this issue.

1 participant