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:
Joerg Bruehe 2009-04-14 21:53:00 +02:00
commit 1b4cfc3632

View File

@ -126,7 +126,7 @@ if [ -e $DESTDIR ] ; then
usage usage
fi 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 # Adjust target name if needed, release with debug info has another name