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
This commit is contained in:
Ryan Schmidt
2016-07-27 05:37:18 +00:00
parent 9a22b5ac1a
commit ad2fb66cd0
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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
+1 -1
View File
@@ -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() {