[99s-extend] erlang.mk:109 sed \s is not portable

Loïc Hoguin essen at ninenines.eu
Sun Dec 15 10:12:07 CET 2013


This has been fixed for a few weeks now. Please check the bug tracker 
(or commit log) next time, as this is where bugs get reported/fixed.

Thanks.

On 12/15/2013 06:48 AM, Christopher Vance wrote:
> I have recently started using erlang.mk on MacOS X and OpenBSD, and have
> discovered that the sed escape \s on line 109 for inserting the module list
> in *.app does not work as intended on these OSs, because they do not use
> GNU sed. (\s just means the letter 's', not whitespace as in perl.) I
> expect all other BSD-based OSs to have the same issue.
>
> Please consider using [[:space:]] instead. This works on both MacOS X and
> OpenBSD, as well as on Linux.
>
>
>
> _______________________________________________
> Extend mailing list
> Extend at lists.ninenines.eu
> https://lists.ninenines.eu/listinfo/extend
>

-- 
Loïc Hoguin
http://ninenines.eu



More information about the Extend mailing list