Use Portable Path to Bash for linux_install.sh #54

Merged
ghost1 merged 0 commits from master into master 2015-12-29 17:04:16 +00:00
ghost1 commented 2015-12-28 01:41:54 +00:00 (Migrated from gitlab.com)

The linux_install.sh script has a hardcoded path to bash, which does not work with NixOS and other distributions where bash is not found in /bin. This commit fixes this by delegating the path lookup to envby replacing the shebang line with #!/usr/bin/env bash.

The `linux_install.sh` script has a hardcoded path to `bash`, which does not work with NixOS and other distributions where bash is not found in `/bin`. This commit fixes this by delegating the path lookup to `env`by replacing the shebang line with `#!/usr/bin/env bash`.
cxsquared commented 2015-12-29 17:04:16 +00:00 (Migrated from gitlab.com)

Status changed to merged

Status changed to merged
cxsquared commented 2015-12-29 17:04:16 +00:00 (Migrated from gitlab.com)

mentioned in commit 855824be63

mentioned in commit 855824be637e38762eee020a47cefcd0c325f00b
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ald_productions/spacebase-v2-updated-code!54
No description provided.