Install script breaks when the path to the scripthas a space
arunasank opened this issue · 0 comments
arunasank commented
Description
Install script breaks when path to the script has a space.
Steps to reproduce the issue:
- Clone the repository in a directory with a space. For eg. "/home/user/files and folders/licode/".
- Run ./scripts/installUbuntuDeps.sh
- The script fails with a segmentation fault. (Line 112, the
$LIB_DIR
needs to be enclosed within quotes.
Describe the results you received:
Segmentation fault
Describe the results you expected:
Script runs smoothly
Additional information you deem important (e.g. issue happens only occasionally):
Happens always
Licode commit/release where the issue is happening
Additional environment details (Local, AWS, Docker, etc.):
Ubuntu 20.04