diff -u mysql-5.1-ref/BUILD/autorun.sh mysql-5.1/BUILD/autorun.sh --- mysql-5.1-ref/BUILD/autorun.sh 2007-04-02 10:37:33.000000000 +0200 +++ mysql-5.1/BUILD/autorun.sh 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Create MySQL autotools infrastructure die() { echo "$@"; exit 1; } diff -u mysql-5.1-ref/BUILD/check-cpu mysql-5.1/BUILD/check-cpu --- mysql-5.1-ref/BUILD/check-cpu 2007-03-23 10:57:05.000000000 +0100 +++ mysql-5.1/BUILD/check-cpu 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Check cpu of current machine and find the # best compiler optimization flags for gcc diff -u mysql-5.1-ref/BUILD/cleanup mysql-5.1/BUILD/cleanup --- mysql-5.1-ref/BUILD/cleanup 2007-04-02 10:37:23.000000000 +0200 +++ mysql-5.1/BUILD/cleanup 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-alpha mysql-5.1/BUILD/compile-alpha --- mysql-5.1-ref/BUILD/compile-alpha 2007-04-02 10:37:24.000000000 +0200 +++ mysql-5.1/BUILD/compile-alpha 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-alpha-ccc mysql-5.1/BUILD/compile-alpha-ccc --- mysql-5.1-ref/BUILD/compile-alpha-ccc 2007-01-28 21:09:50.000000000 +0100 +++ mysql-5.1/BUILD/compile-alpha-ccc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash /bin/rm -f */.deps/*.P */*.o make -k maintainer-clean diff -u mysql-5.1-ref/BUILD/compile-alpha-cxx mysql-5.1/BUILD/compile-alpha-cxx --- mysql-5.1-ref/BUILD/compile-alpha-cxx 2007-01-28 21:09:50.000000000 +0100 +++ mysql-5.1/BUILD/compile-alpha-cxx 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash /bin/rm -f */.deps/*.P */*.o make -k maintainer-clean diff -u mysql-5.1-ref/BUILD/compile-alpha-debug mysql-5.1/BUILD/compile-alpha-debug --- mysql-5.1-ref/BUILD/compile-alpha-debug 2007-01-28 21:09:50.000000000 +0100 +++ mysql-5.1/BUILD/compile-alpha-debug 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash /bin/rm -f */.deps/*.P */*.o make -k maintainer-clean diff -u mysql-5.1-ref/BUILD/compile-amd64-debug-max mysql-5.1/BUILD/compile-amd64-debug-max --- mysql-5.1-ref/BUILD/compile-amd64-debug-max 2007-04-02 10:37:28.000000000 +0200 +++ mysql-5.1/BUILD/compile-amd64-debug-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" extra_flags="$amd64_cflags $debug_cflags" diff -u mysql-5.1-ref/BUILD/compile-amd64-debug-max-no-ndb mysql-5.1/BUILD/compile-amd64-debug-max-no-ndb --- mysql-5.1-ref/BUILD/compile-amd64-debug-max-no-ndb 2007-04-02 10:37:28.000000000 +0200 +++ mysql-5.1/BUILD/compile-amd64-debug-max-no-ndb 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" extra_flags="$amd64_cflags $debug_cflags" diff -u mysql-5.1-ref/BUILD/compile-amd64-max mysql-5.1/BUILD/compile-amd64-max --- mysql-5.1-ref/BUILD/compile-amd64-max 2007-04-02 10:37:28.000000000 +0200 +++ mysql-5.1/BUILD/compile-amd64-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-amd64-valgrind-max mysql-5.1/BUILD/compile-amd64-valgrind-max --- mysql-5.1-ref/BUILD/compile-amd64-valgrind-max 2007-01-23 14:09:11.000000000 +0100 +++ mysql-5.1/BUILD/compile-amd64-valgrind-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-darwin-mwcc mysql-5.1/BUILD/compile-darwin-mwcc --- mysql-5.1-ref/BUILD/compile-darwin-mwcc 2007-04-02 10:37:28.000000000 +0200 +++ mysql-5.1/BUILD/compile-darwin-mwcc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-dist mysql-5.1/BUILD/compile-dist --- mysql-5.1-ref/BUILD/compile-dist 2007-01-28 21:09:50.000000000 +0100 +++ mysql-5.1/BUILD/compile-dist 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # This script's purpose is to update the automake/autoconf helper scripts and # to run a plain "configure" without any special compile flags. Only features diff -u mysql-5.1-ref/BUILD/compile-hpux11-parisc2-aCC mysql-5.1/BUILD/compile-hpux11-parisc2-aCC --- mysql-5.1-ref/BUILD/compile-hpux11-parisc2-aCC 2007-01-28 21:09:50.000000000 +0100 +++ mysql-5.1/BUILD/compile-hpux11-parisc2-aCC 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ ! -f "sql/mysqld.cc" ]; then echo "You must run this script from the MySQL top-level directory." diff -u mysql-5.1-ref/BUILD/compile-irix-mips64-mipspro mysql-5.1/BUILD/compile-irix-mips64-mipspro --- mysql-5.1-ref/BUILD/compile-irix-mips64-mipspro 2007-01-28 21:09:51.000000000 +0100 +++ mysql-5.1/BUILD/compile-irix-mips64-mipspro 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ ! -f "sql/mysqld.cc" ]; then echo "You must run this script from the MySQL top-level directory." diff -u mysql-5.1-ref/BUILD/compile-ndb-autotest mysql-5.1/BUILD/compile-ndb-autotest --- mysql-5.1-ref/BUILD/compile-ndb-autotest 2007-04-02 10:37:26.000000000 +0200 +++ mysql-5.1/BUILD/compile-ndb-autotest 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium mysql-5.1/BUILD/compile-pentium --- mysql-5.1-ref/BUILD/compile-pentium 2007-02-23 12:13:46.000000000 +0100 +++ mysql-5.1/BUILD/compile-pentium 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ Seulement dans mysql-5.1/BUILD: compile-pentium~ diff -u mysql-5.1-ref/BUILD/compile-pentium64 mysql-5.1/BUILD/compile-pentium64 --- mysql-5.1-ref/BUILD/compile-pentium64 2007-02-23 12:13:46.000000000 +0100 +++ mysql-5.1/BUILD/compile-pentium64 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ diff -u mysql-5.1-ref/BUILD/compile-pentium64-debug mysql-5.1/BUILD/compile-pentium64-debug --- mysql-5.1-ref/BUILD/compile-pentium64-debug 2007-04-02 10:37:23.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium64-debug 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full diff -u mysql-5.1-ref/BUILD/compile-pentium64-debug-max mysql-5.1/BUILD/compile-pentium64-debug-max --- mysql-5.1-ref/BUILD/compile-pentium64-debug-max 2007-04-02 10:37:26.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium64-debug-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full diff -u mysql-5.1-ref/BUILD/compile-pentium64-max mysql-5.1/BUILD/compile-pentium64-max --- mysql-5.1-ref/BUILD/compile-pentium64-max 2007-02-23 12:13:52.000000000 +0100 +++ mysql-5.1/BUILD/compile-pentium64-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ diff -u mysql-5.1-ref/BUILD/compile-pentium64-valgrind-max mysql-5.1/BUILD/compile-pentium64-valgrind-max --- mysql-5.1-ref/BUILD/compile-pentium64-valgrind-max 2007-04-02 10:37:33.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium64-valgrind-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-cybozu mysql-5.1/BUILD/compile-pentium-cybozu --- mysql-5.1-ref/BUILD/compile-pentium-cybozu 2007-04-02 10:37:33.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-cybozu 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-debug mysql-5.1/BUILD/compile-pentium-debug --- mysql-5.1-ref/BUILD/compile-pentium-debug 2007-04-02 10:37:34.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-debug 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full Seulement dans mysql-5.1/BUILD: compile-pentium-debug~ diff -u mysql-5.1-ref/BUILD/compile-pentium-debug-max mysql-5.1/BUILD/compile-pentium-debug-max --- mysql-5.1-ref/BUILD/compile-pentium-debug-max 2007-03-29 07:03:56.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-debug-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" "$@" --with-debug=full diff -u mysql-5.1-ref/BUILD/compile-pentium-debug-max-no-embedded mysql-5.1/BUILD/compile-pentium-debug-max-no-embedded --- mysql-5.1-ref/BUILD/compile-pentium-debug-max-no-embedded 2007-04-02 10:37:29.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-debug-max-no-embedded 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-debug-max-no-ndb mysql-5.1/BUILD/compile-pentium-debug-max-no-ndb --- mysql-5.1-ref/BUILD/compile-pentium-debug-max-no-ndb 2007-04-02 10:37:32.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-debug-max-no-ndb 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full diff -u mysql-5.1-ref/BUILD/compile-pentium-debug-openssl mysql-5.1/BUILD/compile-pentium-debug-openssl --- mysql-5.1-ref/BUILD/compile-pentium-debug-openssl 2007-04-02 10:37:26.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-debug-openssl 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-debug-yassl mysql-5.1/BUILD/compile-pentium-debug-yassl --- mysql-5.1-ref/BUILD/compile-pentium-debug-yassl 2007-04-02 10:37:21.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-debug-yassl 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-gcov mysql-5.1/BUILD/compile-pentium-gcov --- mysql-5.1-ref/BUILD/compile-pentium-gcov 2007-01-29 00:47:29.000000000 +0100 +++ mysql-5.1/BUILD/compile-pentium-gcov 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Need to disable ccache, or we loose the gcov-needed compiler output files. diff -u mysql-5.1-ref/BUILD/compile-pentium-gprof mysql-5.1/BUILD/compile-pentium-gprof --- mysql-5.1-ref/BUILD/compile-pentium-gprof 2007-04-02 10:37:28.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-gprof 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-icc mysql-5.1/BUILD/compile-pentium-icc --- mysql-5.1-ref/BUILD/compile-pentium-icc 2007-04-02 10:37:33.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-icc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-icc-valgrind-max mysql-5.1/BUILD/compile-pentium-icc-valgrind-max --- mysql-5.1-ref/BUILD/compile-pentium-icc-valgrind-max 2007-04-02 10:37:33.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-icc-valgrind-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-icc-yassl mysql-5.1/BUILD/compile-pentium-icc-yassl --- mysql-5.1-ref/BUILD/compile-pentium-icc-yassl 2007-04-02 10:37:23.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-icc-yassl 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-max mysql-5.1/BUILD/compile-pentium-max --- mysql-5.1-ref/BUILD/compile-pentium-max 2007-04-02 10:37:22.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-myodbc mysql-5.1/BUILD/compile-pentium-myodbc --- mysql-5.1-ref/BUILD/compile-pentium-myodbc 2007-04-02 10:37:21.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-myodbc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-mysqlfs-debug mysql-5.1/BUILD/compile-pentium-mysqlfs-debug --- mysql-5.1-ref/BUILD/compile-pentium-mysqlfs-debug 2007-04-02 10:37:23.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-mysqlfs-debug 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-pentium-pgcc mysql-5.1/BUILD/compile-pentium-pgcc --- mysql-5.1-ref/BUILD/compile-pentium-pgcc 2007-01-28 21:09:51.000000000 +0100 +++ mysql-5.1/BUILD/compile-pentium-pgcc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash AM_MAKEFLAGS="-j 2" gmake -k maintainer-clean || true diff -u mysql-5.1-ref/BUILD/compile-pentium-valgrind-max mysql-5.1/BUILD/compile-pentium-valgrind-max --- mysql-5.1-ref/BUILD/compile-pentium-valgrind-max 2007-04-02 10:37:23.000000000 +0200 +++ mysql-5.1/BUILD/compile-pentium-valgrind-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" "$@" diff -u mysql-5.1-ref/BUILD/compile-ppc mysql-5.1/BUILD/compile-ppc --- mysql-5.1-ref/BUILD/compile-ppc 2007-04-02 10:37:33.000000000 +0200 +++ mysql-5.1/BUILD/compile-ppc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-ppc-debug mysql-5.1/BUILD/compile-ppc-debug --- mysql-5.1-ref/BUILD/compile-ppc-debug 2007-04-02 10:37:24.000000000 +0200 +++ mysql-5.1/BUILD/compile-ppc-debug 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-ppc-debug-max mysql-5.1/BUILD/compile-ppc-debug-max --- mysql-5.1-ref/BUILD/compile-ppc-debug-max 2007-04-02 10:37:28.000000000 +0200 +++ mysql-5.1/BUILD/compile-ppc-debug-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-ppc-debug-max-no-ndb mysql-5.1/BUILD/compile-ppc-debug-max-no-ndb --- mysql-5.1-ref/BUILD/compile-ppc-debug-max-no-ndb 2007-04-02 10:37:23.000000000 +0200 +++ mysql-5.1/BUILD/compile-ppc-debug-max-no-ndb 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-ppc-max mysql-5.1/BUILD/compile-ppc-max --- mysql-5.1-ref/BUILD/compile-ppc-max 2007-04-02 10:37:22.000000000 +0200 +++ mysql-5.1/BUILD/compile-ppc-max 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash path=`dirname $0` . "$path/SETUP.sh" diff -u mysql-5.1-ref/BUILD/compile-solaris-sparc mysql-5.1/BUILD/compile-solaris-sparc --- mysql-5.1-ref/BUILD/compile-solaris-sparc 2007-02-23 12:13:46.000000000 +0100 +++ mysql-5.1/BUILD/compile-solaris-sparc 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash make -k clean || true /bin/rm -f */.deps/*.P config.cache diff -u mysql-5.1-ref/BUILD/compile-solaris-sparc-debug mysql-5.1/BUILD/compile-solaris-sparc-debug --- mysql-5.1-ref/BUILD/compile-solaris-sparc-debug 2007-02-23 12:13:46.000000000 +0100 +++ mysql-5.1/BUILD/compile-solaris-sparc-debug 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash make -k clean || true /bin/rm -f */.deps/*.P config.cache diff -u mysql-5.1-ref/BUILD/compile-solaris-sparc-forte mysql-5.1/BUILD/compile-solaris-sparc-forte --- mysql-5.1-ref/BUILD/compile-solaris-sparc-forte 2007-02-26 16:12:37.000000000 +0100 +++ mysql-5.1/BUILD/compile-solaris-sparc-forte 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Assume Forte is installed in /opt/SUNWSpro and ld is installed in # /usr/ccs/bin diff -u mysql-5.1-ref/BUILD/compile-solaris-sparc-purify mysql-5.1/BUILD/compile-solaris-sparc-purify --- mysql-5.1-ref/BUILD/compile-solaris-sparc-purify 2007-02-26 16:12:37.000000000 +0100 +++ mysql-5.1/BUILD/compile-solaris-sparc-purify 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash mode="" cxxfilt="" Seulement dans mysql-5.1/BUILD: Makefile Seulement dans mysql-5.1/BUILD: Makefile.in diff -u mysql-5.1-ref/BUILD/SETUP.sh mysql-5.1/BUILD/SETUP.sh --- mysql-5.1-ref/BUILD/SETUP.sh 2007-03-08 14:48:05.000000000 +0100 +++ mysql-5.1/BUILD/SETUP.sh 2007-04-09 19:30:02.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ########################################################################