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

add slash after target dir #19

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

ryanphuang
Copy link
Contributor

The LLVM installation script assumes target_dir to be specified with a trailing /. Not sure if this is intended or not. If I run the script with ./install-llvm-5.0.1.sh 40 ~/software/llvm, it will clone the projects into ~/software/llvmllvm-5.0.1. This patch always appends a / in the target_dir path, which doesn't hurt even if the target_dir is specified with a /.

@pdschubert pdschubert merged commit 85b30c3 into secure-software-engineering:master Dec 4, 2018
@pdschubert
Copy link
Member

It was unintentional - Thank you very much for the fix.

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.

2 participants