commit: b8c7d1b0db341bf5733e4c6abc7b670880efe169
Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
AuthorDate: Thu Oct 18 10:23:26 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 10:23:26 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b8c7d1b0
replaced pipe operator with and OR
net-irc/smuxi/smuxi-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/smuxi/smuxi-1.0.7.ebuild b/net-irc/smuxi/smuxi-1.0.7.ebuild
index c88c7fd..451be4a 100644
--- a/net-irc/smuxi/smuxi-1.0.7.ebuild
+++ b/net-irc/smuxi/smuxi-1.0.7.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
# https://github.com/meebey/smuxi/issues/86
# eautoreconf
- ./autogen.sh | die "Could not run autogen.sh"
+ ./autogen.sh || die "Could not run autogen.sh"
}
src_configure() {