diff options
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index 18fdc770393..7b4fbfc0a24 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -57,7 +57,7 @@ aclocal; autoheader; aclocal; automake; autoconf (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) # A normal user starts here. We must use mit-threads, bdb and innobase. -# Otherwise they does not end up in the distribution. +# Otherwise they do not end up in the distribution. ./configure \ --with-unix-socket-path=/var/tmp/mysql.sock \ --with-low-memory \ @@ -81,6 +81,7 @@ set -e log=$WD/Logs/Log-distcheck-`date +%y%m%d-%H%M` echo "Logging script $TMP_SCRIPT into $log" + if test $to_host = "mysql-work" then # Try to get the right user for MySQL builds on work so that all |