mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Just fix a silly typo in an error message ...
scripts/make_win_bin_dist: Just fix a silly typo in an error message ... Change is so insignificant I even don't update the copyright year.
This commit is contained in:
parent
14bd8b6587
commit
5a1124fa98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue