List:Internals« Previous MessageNext Message »
From:Patrick Galbraith Date:September 27 2005 5:41pm
Subject:bk commit into 5.0 tree (patg:1.1997) BUG#13511
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of patg. When patg 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.1997 05/09/27 19:41:19 patg@stripped +1 -0
  BUG #13511

  BUILD/SETUP.sh
    1.47 05/09/27 19:40:58 patg@stripped +1 -1
    BUG #13511 Added quotes to make checking if the string is _not_ zero work.

# 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:	patg
# Host:	radha.local
# Root:	/Users/patg/mysql-build/mysql-5.0.stock

--- 1.46/BUILD/SETUP.sh	2005-09-21 00:26:05 +02:00
+++ 1.47/BUILD/SETUP.sh	2005-09-27 19:40:58 +02:00
@@ -10,7 +10,7 @@
 just_print=
 just_configure=
 full_debug=
-if test -n $MYSQL_BUILD_PREFIX
+if test -n "$MYSQL_BUILD_PREFIX"
 then
   prefix_configs="--prefix=$MYSQL_BUILD_PREFIX"
 fi
Thread
bk commit into 5.0 tree (patg:1.1997) BUG#13511Patrick Galbraith27 Sep