summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env-memres
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-26 16:11:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-26 17:15:32 +0100
commit1bff3fc86f37c681c25707ade8f2c9404a860b7a (patch)
treeee7fff448610c869eb7fb0ab5b5aff0bf5fd689e /oe-init-build-env-memres
parente5fcc7e1ca46b8b10615af8192a5923d65e347fb (diff)
downloadast2050-yocto-poky-1bff3fc86f37c681c25707ade8f2c9404a860b7a.zip
ast2050-yocto-poky-1bff3fc86f37c681c25707ade8f2c9404a860b7a.tar.gz
oe-init-build-env-memres: use shell instead of Python to show the port number
(From OE-Core rev: 024e95696bad8f2ff09e1fda28c96d89d10999a1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env-memres')
-rwxr-xr-xoe-init-build-env-memres2
1 files changed, 1 insertions, 1 deletions
diff --git a/oe-init-build-env-memres b/oe-init-build-env-memres
index 15e4f44..dca819b 100755
--- a/oe-init-build-env-memres
+++ b/oe-init-build-env-memres
@@ -52,4 +52,4 @@ else
fi
bitbake --server-only -t xmlrpc -B localhost:$port
export BBSERVER=localhost:$port
-echo "Bitbake server started on port %s, use bitbake -m to shut it down"
+echo "Bitbake server started on port $port, use bitbake -m to shut it down"
OpenPOWER on IntegriCloud