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

mkdir missing operand in install.sh #2

Closed
ieguiguren opened this issue Dec 5, 2017 · 1 comment
Closed

mkdir missing operand in install.sh #2

ieguiguren opened this issue Dec 5, 2017 · 1 comment

Comments

@ieguiguren
Copy link

As install.sh begins with:
`home_dir=$(pwd)

dependencies_dir="dependencies"  

mkdir $output_dir;
mkdir $dependencies_dir; 

`

$output_dir is used before assigning it. Also home_dir is assigned but not used, though this won't arrise any error.

I guess there was some confusion declaring them.

@003random
Copy link
Owner

You are indeed right!
Thanks for pointing this out to me. I will push a fix later today.
Thanks!

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

2 participants