Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2005 13:45:45 -0500
From:      Clint Gilders <techservices@onlinehobbyist.com>
To:        Gerard Samuel <fbsd-questions@trini0.org>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Shabang executable path
Message-ID:  <4210F1D9.4070405@onlinehobbyist.com>
In-Reply-To: <4210E482.4060204@trini0.org>
References:  <4210E482.4060204@trini0.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gerard Samuel wrote:
> A bit off topic, but I figure someone in here, may be able to point
> me in the right direction.
> 
> !#/path/to/php
> 
> Im wondering, if its possible for the /path/to/php can be made dynamic.
> i.e.  Have the file still look as if it is a shell script, but
> the path to the executable is determined at run time,
> to make it more portable.

Seems to me you could use:

#!/usr/bin/env php

Much like people often recommend for perl scripts.
-- 
Clint Gilders <techservices@onlinehobbyist.com>
Director of Technology Services
OnlineHobbyist.com, Inc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4210F1D9.4070405>