app-emulation/xen-tools: fix bashism
authorTomas Mozes <tmozes@sygic.com>
Mon, 16 Oct 2017 12:33:13 +0000 (14:33 +0200)
committerYixun Lan <dlan@gentoo.org>
Tue, 17 Oct 2017 07:24:31 +0000 (15:24 +0800)
Closes: https://github.com/gentoo/gentoo/pull/5962
Signed-off-by: Yixun Lan <dlan@gentoo.org>
app-emulation/xen-tools/files/xenstored.initd-r1

index 262535d68093015c1ae8dbc740b6c2dea7f4d8e4..88d3ad7ba890b5402531c9d344cf1b1eadefbd7e 100644 (file)
@@ -24,7 +24,7 @@ start() {
                $XENSTORED_OPTS
        until xenstore-exists / || $((15 < ++i))
        do
-               echo -n .
+               printf "."
                sleep 1
        done
        einfo "Setting domain0 name record"