]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-init-build-env-memres: use shell instead of Python to show the port number
authorRoss Burton <ross.burton@intel.com>
Thu, 26 Sep 2013 15:11:33 +0000 (16:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Sep 2013 16:08:09 +0000 (17:08 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
oe-init-build-env-memres

index 15e4f445ed293496bcbcf4d4deca86424de04d86..dca819b2ebe532cf2cf18134bac965b583fbc1a8 100755 (executable)
@@ -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"