Doubts when preparing WebToolkit's port file

Reinier Millo Sánchez rmillo at ...210...
Mon Nov 16 17:56:24 CET 2015


Hi Jamey

On 11/16/2015 11:48 AM, Jamey Sharp wrote:
>
> Hi!
>
> On Nov 15, 2015 9:29 PM, "Reinier Millo Sánchez" <rmillo at ...210... 
> <mailto:rmillo at ...210...>> wrote:
> >> find . -name "*.C" -exec rename 's/\.C$/.cpp/' '{}' \;
> >
> > I have tried something like this on the port file:
> >>
> >> CMD := `find . -name "*.C" -exec rename 's/\.C$/.cpp/' '{}' \;`
> >>
> >> default:
> >>     ${CMD}
>
> I'm not sure if this is the (only) issue, but the back-quotes look 
> fishy to me. Does this fix your issue?
>
I have tested the port file without quotes:
>
> CMD := find . -name "*.C" -exec rename 's/\.C$/.cpp/' '{}' \;
>
but get the same results. The .C extension not change.

Best regards

-- 
Lic. Reinier Millo Sánchez
Centro de Estudios de Informática
Universidad Central "Marta Abreu" de Las Villas
Carretera a Camajuaní Km 5 1/2
Santa Clara, Villa Clara, Cuba
CP 54830

"antes de discutir ... respira;
   antes de hablar ... escucha;
  antes de escribir ... piensa;
   antes de herir ... siente;
  antes de rendirte ... intenta;
   antes de morir ... vive"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genode.org/pipermail/users/attachments/20151116/02c0a22e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rmillo.vcf
Type: text/x-vcard
Size: 517 bytes
Desc: not available
URL: <http://lists.genode.org/pipermail/users/attachments/20151116/02c0a22e/attachment.vcf>


More information about the users mailing list