Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
Date: Thu, 18 Oct 2018 12:39:57
Message-Id: 1539858206.b8c7d1b0db341bf5733e4c6abc7b670880efe169.cynede@gentoo
1 commit: b8c7d1b0db341bf5733e4c6abc7b670880efe169
2 Author: Martin Holzhauer <martin <AT> holzhauer <DOT> eu>
3 AuthorDate: Thu Oct 18 10:23:26 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 10:23:26 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b8c7d1b0
7
8 replaced pipe operator with and OR
9
10 net-irc/smuxi/smuxi-1.0.7.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-irc/smuxi/smuxi-1.0.7.ebuild b/net-irc/smuxi/smuxi-1.0.7.ebuild
14 index c88c7fd..451be4a 100644
15 --- a/net-irc/smuxi/smuxi-1.0.7.ebuild
16 +++ b/net-irc/smuxi/smuxi-1.0.7.ebuild
17 @@ -44,7 +44,7 @@ src_prepare() {
18
19 # https://github.com/meebey/smuxi/issues/86
20 # eautoreconf
21 - ./autogen.sh | die "Could not run autogen.sh"
22 + ./autogen.sh || die "Could not run autogen.sh"
23 }
24
25 src_configure() {