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!