From: Ross Burton Date: Thu, 26 Sep 2013 15:11:33 +0000 (+0100) Subject: oe-init-build-env-memres: use shell instead of Python to show the port number X-Git-Tag: 2015-4~5048 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=024e95696bad8f2ff09e1fda28c96d89d10999a1;p=openembedded-core.git oe-init-build-env-memres: use shell instead of Python to show the port number Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/oe-init-build-env-memres b/oe-init-build-env-memres index 15e4f445ed..dca819b2eb 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"