On Mar 17 14:00, LRN wrote:
> On 17.03.2015 13:51, Corinna Vinschen wrote:
> > On Mar 17 03:34, LRN wrote:
> >> How to reproduce:
> >> 1) create a shell script (say, /usr/bin/shellscript) containing this:
> >>
> >> #!/bin/sh
> >> echo ${0##*/}
> >>
> >> 2) create a symlink (say, /usr/bin/asymlink)
Corinna Vinschen cygwin.com> writes:
> Thanks for the report. I applied a fix for that and uploaded new
> snapshots to https://cygwin.com/snapshots/
>
> Could you please try them and report back?
Fix confirmed.
Regards,
Achim
--
Problem reports: http://cygwin.com/problems.html
FAQ:
On 17.03.2015 13:51, Corinna Vinschen wrote:
> On Mar 17 03:34, LRN wrote:
>> How to reproduce:
>> 1) create a shell script (say, /usr/bin/shellscript) containing this:
>>
>> #!/bin/sh
>> echo ${0##*/}
>>
>> 2) create a symlink (say, /usr/bin/asymlink) that points to shellscript
>>
>> 3) create a p
On Mar 17 03:34, LRN wrote:
> How to reproduce:
> 1) create a shell script (say, /usr/bin/shellscript) containing this:
>
> #!/bin/sh
> echo ${0##*/}
>
> 2) create a symlink (say, /usr/bin/asymlink) that points to shellscript
>
> 3) create a perl script (say, /usr/bin/perlscript) containing this
LRN gmail.com> writes:
> This affects 1.7.35.
I can confirm this for the latest snapshot also:
CYGWIN_NT-6.3 CYGWIN 1.7.36(0.287/5/3) 2015-03-11 12:02 x86_64 Cygwin
Regards,
Achim.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Document
How to reproduce:
1) create a shell script (say, /usr/bin/shellscript) containing this:
#!/bin/sh
echo ${0##*/}
2) create a symlink (say, /usr/bin/asymlink) that points to shellscript
3) create a perl script (say, /usr/bin/perlscript) containing this:
#! /usr/bin/perl -w
system '/usr/bin/asymli
6 matches
Mail list logo