On Mar 31 19:24, Matt D. wrote:
> This works:
>
> > touch a
> > ln -s a b
>
> This no longer works:
>
> > touch a
> > mkdir b
> > ln -s a b/c
>
> Error:
>
> ln: failed to create symbolic link 'b/c': No such file or directory
>
> My CYGWIN environment is also configured using "winsymlinks:nati
This works:
> touch a
> ln -s a b
This no longer works:
> touch a
> mkdir b
> ln -s a b/c
Error:
ln: failed to create symbolic link 'b/c': No such file or directory
My CYGWIN environment is also configured using "winsymlinks:nativestrict".
I am running the following version (updated today):
2 matches
Mail list logo