On Wed, 12 Aug 2015 12:40:41 -0400, Aaron Macks <[email protected]> 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 [email protected] ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
