Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/
Date: Tue, 17 Oct 2017 07:25:02
Message-Id: 1508225071.fd188189e73a495848c35d885dfb24ba6587ec94.dlan@gentoo
1 commit: fd188189e73a495848c35d885dfb24ba6587ec94
2 Author: Tomas Mozes <tmozes <AT> sygic <DOT> com>
3 AuthorDate: Mon Oct 16 12:33:13 2017 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 07:24:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd188189
7
8 app-emulation/xen-tools: fix bashism
9
10 Closes: https://github.com/gentoo/gentoo/pull/5962
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 app-emulation/xen-tools/files/xenstored.initd-r1 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/xen-tools/files/xenstored.initd-r1 b/app-emulation/xen-tools/files/xenstored.initd-r1
17 index 262535d6809..88d3ad7ba89 100644
18 --- a/app-emulation/xen-tools/files/xenstored.initd-r1
19 +++ b/app-emulation/xen-tools/files/xenstored.initd-r1
20 @@ -24,7 +24,7 @@ start() {
21 $XENSTORED_OPTS
22 until xenstore-exists / || $((15 < ++i))
23 do
24 - echo -n .
25 + printf "."
26 sleep 1
27 done
28 einfo "Setting domain0 name record"