On Wed, 12 Aug 2015 12:40:41 -0400, Aaron Macks <upell...@gmail.com> wrote:
I'm running into an issue building QT4 on 10.9.5, the error stream is
> below, but to me it looks like a sed issue, a missing '-e' flag before
> the command
>
>
> > # use openssl100 now
> > sed -i "/\b\(system-openssl\)\b/d" configure-for-fink.sh
> > sed: 1: "configure-for-fink.sh": command c expects \ followed by text
>
> I thing that would work properly as
> sed -i -e "/\b\(system-openssl\)\b/d" configure-for-fink.sh

Committed. 

dan

--
Daniel Macks
dma...@netspace.org


------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to