Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-12-03 20:32:28 +0000
committerDavid Williams2016-12-03 20:32:28 +0000
commit49a7688c72ab20ff513c43a7d31df2e2b7582eec (patch)
tree4b49b3f8ed4797daa649eb886b0f8950949525ff
parent00d8d7760655a700904dee7fe2dfbf0d79334c2e (diff)
downloadeclipse.platform.releng.aggregator-49a7688c72ab20ff513c43a7d31df2e2b7582eec.tar.gz
eclipse.platform.releng.aggregator-49a7688c72ab20ff513c43a7d31df2e2b7582eec.tar.xz
eclipse.platform.releng.aggregator-49a7688c72ab20ff513c43a7d31df2e2b7582eec.zip
[releng] Fixing a typo in a script error message.
A minor typo, but would very confusing if someone ever saw it.
-rwxr-xr-xproduction/createReports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/createReports.sh b/production/createReports.sh
index 8f4fd3bf0..e1b09fbc9 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -47,7 +47,7 @@ function latestSimpleRepo
{
if [[ $# != 2 ]]
then
- echo "\n\t[ERROR] Program error. ${0##*/} requires parent directory of simple repositories and name pattern of repo required, such as M2i0*."
+ echo "\n\t[ERROR] Program error. ${0##*/} requires parent directory of simple repositories and name pattern of repo required, such as M20*."
exit 9
fi
parentDir=$1

Back to the top