On Thu 01 Nov 2012, Alan BRASLAU wrote:

> Whats more, bash is found under /usr/local/bin/bash on FreeBSD so
> #! /bin/bash
> is bound to FAIL.

One traditional solution is to use

#!/usr/bin/env bash

This of course assumes the path to env, but I believe that the env
path is more standardized than the bash path. (/usr/bin/env is
valid on FreeBSD, for example.)

Pont
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to