Closed
Description
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