Mail Archives: cygwin/2001/06/24/02:42:44
>-----Original Message-----
>From: Brian Jepson [mailto:bjepson AT oreilly DOT com]
>Sent: Saturday, June 23, 2001 10:05 AM
>To: cygwin AT cygwin DOT com
>Subject: Re: 1.3.2: Perl script called via system() uses Windows
>filenames
>
>
>
>The attached patch (against perl-5.6.1-1-src.tar.gz from the
>contrib/perl
>directory) fixes this problem. Without the patch, pp_system would use
>either do_aspawn() or do_spawn() instead of vfork().
Whick will actually be fork. But thanks, point taken. It would be greatly
appreciated if you sent this to p5p.
Thanks,
Neil
>
>Cheers,
>
>Brian
>
>
>On Fri, 22 Jun 2001, Brian Jepson wrote:
>
>> Hi,
>>
>> I'm running cygwin 1.3.2 on Windows 2000. I have one script
>that wants to
>> call another using system(). When I do this, the second
>script switches
>> into using Windows filenames. Here is the first script:
>>
>> #!/usr/bin/perl
>> system("/home/Administrator/foo.pl");
>>
>> and the second script:
>>
>> #!/usr/bin/perl
>> print $0, "\n";
>>
>> The output I get when I run /home/Administrator/foo.pl is:
>>
>> /home/Administrator/foo.pl
>>
>> However, when I run the first script, I get this:
>>
>> C:\cygwin\home\Administrator\foo.pl
>>
>>
>> Thanks,
>>
>> Brian
>>
>>
>>
>>
>
__________________________________________________________________________
Please Note :
Only the intended recipient is authorised to access or use this e-mail. If
you are not the intended recipient,
please delete this e-mail and notify the sender immediately. The contents
of this e-mail are the writer's
opinion and are not necessarily endorsed by the Gunz Companies unless
expressly stated.
We use virus scanning software but exclude all liability for viruses or
similar in any attachment.
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -