[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] Re: ColdSync::DumpConfig
- To: coldsync-hackers at lusars dot net
 
- Subject: [coldsync-hackers] Re: ColdSync::DumpConfig
 
- From: Alessandro Zummo <azummo-coldsync2 at towertech dot it>
 
- Date: Sat, 19 Oct 2002 14:04:11 +0100
 
- In-Reply-To: <3DADE73C.3090601@ludusdesign.com>
 
- Organization: Tower Technologies
 
- Reply-To: coldsync-hackers at lusars dot net
 
- Sender: owner-coldsync-hackers at lusars dot net
 
 On 16-Ott-02 at 23:25:00,
  Pierre Phaneuf <pp@ludusdesign.com> wrote:
> Andrew Arensburger wrote:
>>> +       $path =~ s|^()[^/].*/|$ENV{'PWD'}/|;
>> 
>>     What's the "()" for?
> It's there to provide a mistake to correct. :-)
> My first patch was correct, but that updated one wasn't (the output 
> "looked" good, but was missing part of the path). This is good and tested:
> $path =~ s|^([^/].*/)|$ENV{'PWD'}/$1|;
applied, thank you.
-- 
  - alex.
-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.