mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Upmerge the fix of an error message typo
(in "scripts/make_win_bin_dist") from 5.0 into 5.1
This commit is contained in:
commit
1b4cfc3632
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…
Add table
Add a link
Reference in a new issue