freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] `brew install --with-qt ttfautohint` fails


From: Cosimo Lupo
Subject: Re: [ft-devel] `brew install --with-qt ttfautohint` fails
Date: Sat, 21 Jul 2018 16:21:24 +0100

yes, I just tried that with the default mac /usr/bin/sed and it's working! 

On Sat, Jul 21, 2018 at 4:18 PM, Werner LEMBERG <address@hidden> wrote:

> /usr/local/opt/qt/bin/qmake --version 2>&1 |
> /usr/local/opt/gnu-sed/libexec/gnubin/sed
> '/^.*\([0-9]\+\.[0-9]\+\.[0-9]\+\).*$/!d;s//\1/'

Please try this regexp.

  '/^.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/!d;s//\1/'

According to the sed info file `\+' is a GNU sed extension.


    Werner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]