diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-04-14 21:53:00 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-04-14 21:53:00 +0200 |
commit | 1b4cfc363231c8ef58410d65ffe2a3e60be35453 (patch) | |
tree | a4a2a5d8a2731736bc2f93468f1e8c5cabfde93f /scripts | |
parent | 6782313c96d1a2e5252d07dfeb0eee31894bb44c (diff) | |
parent | 5a1124fa98098306d2b05fe6675abe502ac148c2 (diff) | |
download | mariadb-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-x | scripts/make_win_bin_dist | 2 |
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 |