Hello,
* On Thu, Jul 01, 2004 at 02:42:46PM -0700, Trevor Baker <[EMAIL PROTECTED]> wrote:
> Now in cygwin this may cause problems elsewhere, such as in the following
> trivial script:
> #--
> #!/bin/sh
>
> BASEDIR=`cygpath -w .`
> FILE="$BASEDIR/out.txt"
>
> touch "$FILE"
> #--
Hi,
If I execute these commands, I get these outputs:
$ cygpath -w .
.\
$ cygpath -u .
.
As you can see these commands return different values.
Now in cygwin this may cause problems elsewhere, such as in the following
trivial script:
#--
#!/bin/sh
BASEDIR=`cygpath -w .`
FILE="$BASEDIR/o
2 matches
Mail list logo