diff options
-rwxr-xr-x | oe-init-build-env-memres | 2 |
1 files changed, 1 insertions, 1 deletions
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" |