On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]>
wrote:

> Where in the code does the executable get resolved if
> vmlauncher=false ?

Nowhere, the OS does.

If you look at antRun for example, it does

,----
| cd "$1"
| CMD="$2"
| shift
| shift
| 
| exec "$CMD" "$@"
`----

which means the OS changes the current working directory.  The
resolution of the executable name happens after that and is performed
by the OS.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to