[PATCH] Fix config.cache creation on a Mac

Thiago Macieira thiago at macieira.org
Tue Apr 23 12:29:19 PDT 2013


On terça-feira, 23 de abril de 2013 21.24.01, subsurface at henrik.synth.no 
wrote:
> From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
> 
> Mac uses BSD sed by default, which doesn't support \n substition
> by default.  Replacing sed with tr.

Looks good to me. Sorry about leaving it with sed. I had other things I was 
sed'ding during development...

> -	" | sed 's,\\,\n,g' > $(CONFIGFILE)
> +	" | tr '\\' '\n' > $(CONFIGFILE)

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20130423/8962d5b5/attachment.sig>


More information about the subsurface mailing list