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

use bash shebang in cuda installation script #925

Merged
merged 2 commits into from
Nov 13, 2018

Conversation

hvoigt
Copy link
Contributor

@hvoigt hvoigt commented Nov 13, 2018

When calling the script on a default install Ubuntu 16.04 it will error
out with

ubuntu/install_cuda.sh: 3: ubuntu/install_cuda.sh: [[: not found

With a shebang we will get full bash functionality.

hvoigt and others added 2 commits November 13, 2018 16:19
When calling the script on a default install Ubuntu 16.04 it will error
out with

  ubuntu/install_cuda.sh: 3: ubuntu/install_cuda.sh: [[: not found

With a shebang we will get full bash functionality.
@gineshidalgo99 gineshidalgo99 merged commit b2725c0 into CMU-Perceptual-Computing-Lab:master Nov 13, 2018
@gineshidalgo99
Copy link
Member

Thanks!

@hvoigt
Copy link
Contributor Author

hvoigt commented Nov 13, 2018

No worries! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants