Ticket #1638 (closed defect: fixed)

Opened 1 year ago

Last modified 3 months ago

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

Reported by: mabshoff Assigned to: mabshoff
Priority: major Milestone: sage-3.1.2
Component: packages Keywords: FreeBSD
Cc:

Description (Last modified by mabshoff)

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

Change History

12/30/2007 04:58:12 AM changed by mabshoff

  • description changed.

12/31/2007 02:26:52 AM changed by mabshoff

  • status changed from new to assigned.

08/24/2008 09:16:36 PM changed by mabshoff

  • status changed from assigned to closed.
  • resolution set to fixed.

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