From 7af8aae21ec6693bdcaeb308874fbb53284a2cd4 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Fri, 5 Aug 2016 19:06:18 +0000 Subject: [PATCH] mp-buildbot: fix typo in comment git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@151028 d073be05-634f-4543-b044-5fe20cf6d1d6 --- mpbb-checkout | 2 +- mpbb-cleanup | 2 +- mpbb-gather-archives | 2 +- mpbb-install-dependencies | 2 +- mpbb-install-port | 2 +- mpbb-list-subports | 2 +- mpbb-selfupdate | 2 +- mpbb-subports | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mpbb-checkout b/mpbb-checkout index ff1f5a5..5da991d 100644 --- a/mpbb-checkout +++ b/mpbb-checkout @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! diff --git a/mpbb-cleanup b/mpbb-cleanup index ddc4159..4754dbf 100644 --- a/mpbb-cleanup +++ b/mpbb-cleanup @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! cleanup-help() { diff --git a/mpbb-gather-archives b/mpbb-gather-archives index e9f874f..cefbb1d 100644 --- a/mpbb-gather-archives +++ b/mpbb-gather-archives @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! diff --git a/mpbb-install-dependencies b/mpbb-install-dependencies index 1a2db9a..44a6681 100644 --- a/mpbb-install-dependencies +++ b/mpbb-install-dependencies @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! diff --git a/mpbb-install-port b/mpbb-install-port index cfc925f..788ec36 100644 --- a/mpbb-install-port +++ b/mpbb-install-port @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! diff --git a/mpbb-list-subports b/mpbb-list-subports index fa7413f..91de523 100644 --- a/mpbb-list-subports +++ b/mpbb-list-subports @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! diff --git a/mpbb-selfupdate b/mpbb-selfupdate index eb40246..6f51ab6 100644 --- a/mpbb-selfupdate +++ b/mpbb-selfupdate @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly! selfupdate-help() { diff --git a/mpbb-subports b/mpbb-subports index 1158233..cca1043 100644 --- a/mpbb-subports +++ b/mpbb-subports @@ -1,7 +1,7 @@ #!/bin/bash # Note: -# This script is sourced by the its wrapper script. +# This script is sourced by the mpbb wrapper script. # Do not execute this directly!