Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1845 05/05/18 12:49:43 kent@stripped +1 -0
make_binary_distribution.sh:
To be safe, put "..." around variables to the test command
scripts/make_binary_distribution.sh
1.87 05/05/18 12:49:10 kent@stripped +1 -1
To be safe, put "..." around variables to the test command
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kent
# Host: g4.boortz.dyndns.org
# Root: /Users/kent/mysql/bk/mysql-5.0-build
--- 1.86/scripts/make_binary_distribution.sh 2005-05-18 03:43:04 +02:00
+++ 1.87/scripts/make_binary_distribution.sh 2005-05-18 12:49:10 +02:00
@@ -315,7 +315,7 @@
system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'`
# Use the override --machine if present
-if [ -n $MACHINE ] ; then
+if [ -n "$MACHINE" ] ; then
machine=$MACHINE
fi
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.1845) | kent | 18 May |