From: Ben Kohler Date: Tue, 24 Mar 2020 13:02:33 +0000 (-0500) Subject: app-shells/sash: fix bad sed delimiter X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35588d4610bdaadcd0628fef910c97c910fcdd88;p=gentoo.git app-shells/sash: fix bad sed delimiter Closes: https://bugs.gentoo.org/710708 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Ben Kohler --- diff --git a/app-shells/sash/sash-3.8.ebuild b/app-shells/sash/sash-3.8.ebuild index c927bf54bedb..c9e88e0c3df7 100644 --- a/app-shells/sash/sash-3.8.ebuild +++ b/app-shells/sash/sash-3.8.ebuild @@ -23,7 +23,7 @@ src_prepare() { eapply "${FILESDIR}"/sash-3.7-builtin.patch sed \ - -e "s:-O3:${CFLAGS}:" \ + -e "s|-O3|${CFLAGS}|" \ -e '/strip/d' \ -i Makefile || die sed \