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: lucaceresoli/bug-15201-perf-libtraceevent-missing~35885 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=024e95696bad8f2ff09e1fda28c96d89d10999a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 15e4f445ed2..dca819b2ebe 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"