From ad2fb66cd044a6f35dddde4948916b80e116d9d1 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 27 Jul 2016 05:37:18 +0000 Subject: [PATCH] mp-buildbot: fix typo in help text git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@150701 d073be05-634f-4543-b044-5fe20cf6d1d6 --- mpbb-install-dependencies | 3 +-- mpbb-install-port | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mpbb-install-dependencies b/mpbb-install-dependencies index 2a10959..1a2db9a 100644 --- a/mpbb-install-dependencies +++ b/mpbb-install-dependencies @@ -6,7 +6,7 @@ install-dependencies-help() { - echo "Builds and installs all dependencies of port --port." + echo "Build and install all dependencies of port --port." } install-dependencies() { @@ -21,7 +21,6 @@ install-dependencies() { fi if ! "${option_prefix}/bin/port" -d install --unrequested depof:"${option_port}"; then - echo "Build failed, cleaning up..." cleanup return 1 diff --git a/mpbb-install-port b/mpbb-install-port index 5aa30f7..4562a0f 100644 --- a/mpbb-install-port +++ b/mpbb-install-port @@ -6,7 +6,7 @@ install-port-help() { - echo "Builds and install the port --port itself." + echo "Build and install the port --port itself." } install-port() {