summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-04-14 21:53:00 +0200
committerJoerg Bruehe <joerg@mysql.com>2009-04-14 21:53:00 +0200
commit1b4cfc363231c8ef58410d65ffe2a3e60be35453 (patch)
treea4a2a5d8a2731736bc2f93468f1e8c5cabfde93f /scripts
parent6782313c96d1a2e5252d07dfeb0eee31894bb44c (diff)
parent5a1124fa98098306d2b05fe6675abe502ac148c2 (diff)
downloadmariadb-git-1b4cfc363231c8ef58410d65ffe2a3e60be35453.tar.gz
Upmerge the fix of an error message typo
(in "scripts/make_win_bin_dist") from 5.0 into 5.1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_win_bin_dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist
index 5eb5a5643f1..3360d8459f8 100755
--- a/scripts/make_win_bin_dist
+++ b/scripts/make_win_bin_dist
@@ -126,7 +126,7 @@ if [ -e $DESTDIR ] ; then
usage
fi
-trap 'echo "Clearning up and exiting..." ; rm -fr $DESTDIR; exit 1' ERR
+trap 'echo "Cleaning up and exiting..." ; rm -fr $DESTDIR; exit 1' ERR
# ----------------------------------------------------------------------
# Adjust target name if needed, release with debug info has another name