Re: Calling Cygwin from Dos - problem with sub program

2008-04-22 Thread nlian
Hi Eric, You are genius! :) I change the path to use /cygdrive/d/ and it works! Cheers, Lian Eric Blake wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to nlian on 4/17/2008 9:58 PM: > | Hi, > | > | I have a bash script (e.g. test.sh), and I have the following com

Re: Calling Cygwin from Dos - problem with sub program

2008-04-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to nlian on 4/17/2008 9:58 PM: | Hi, | | I have a bash script (e.g. test.sh), and I have the following command | inside the script: | | #!/usr/bin/bash | export PROG_LIB="D:\batch\prod\prog\lib" Non-portable use of back-slashes. But more