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

FreeBSD: change "/bin/bash" to "/usr/bin/env bash" #1638

Closed
sagetrac-mabshoff mannequin opened this issue Dec 30, 2007 · 2 comments
Closed

FreeBSD: change "/bin/bash" to "/usr/bin/env bash" #1638

sagetrac-mabshoff mannequin opened this issue Dec 30, 2007 · 2 comments

Comments

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Dec 30, 2007

On FreeBSD the default bash installtion location is /usr/local. Hence all our shell scripts with /bin/bash will break. The solution is to use /usr/bin/env bash instead. The same might apply to python and perl scripts.

Cheers,

Michael

Component: packages: standard

Keywords: FreeBSD

Issue created by migration from https://trac.sagemath.org/ticket/1638

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-3.1.2 milestone Dec 30, 2007
@sagetrac-mabshoff sagetrac-mabshoff mannequin self-assigned this Dec 30, 2007
@sagetrac-mabshoff

This comment has been minimized.

@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Aug 25, 2008

comment:3

All known instances of /bin/bash have been fixed. So I am closing this and any new instances can be fixed via new tickets.

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Aug 25, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants