Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upinstall.sh script ignores "dest" parameter #38
Comments
This comment has been minimized.
This comment has been minimized.
Thanks! I'll fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
$1
parameter is assigned todest
variable but that variable isn't used. InsteadDEST_DIR
is used.It should be: