Re: [Nant-users] problem with bash-specific environment variables

2004-08-04 Thread Gert Driesen
- From: "Helmut Dipper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 2:43 PM Subject: [Nant-users] problem with bash-specific environment variables > Hello, > > I use a nightly build (July 04) of nant-0.8.5 > in a cygwin-bash environmen

[Nant-users] problem with bash-specific environment variables

2004-08-03 Thread Helmut Dipper
Hello, I use a nightly build (July 04) of nant-0.8.5 in a cygwin-bash environment. This environment provides variables with the names '!::', '!?:' and '!D:'. Therefore the task sysinfo fails. When using "failonerror=false" with the task sysinfo some of the environment variables are missing. I foun