this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add /usr/local/bin into PATH in the darling script

+1 -1
+1 -1
src/dyld/darling
··· 18 18 # along with Darling. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 20 21 - export PATH="/bin:/usr/bin" 21 + export PATH="/bin:/usr/bin:/usr/local/bin" 22 22 23 23 SCRIPT=$(readlink -f "$0") 24 24 SCRIPTPATH=$(dirname "$SCRIPT")