diff options
author | unknown <monty@mysql.com> | 2004-03-20 12:49:17 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-03-20 12:49:17 +0200 |
commit | 612c949418e869564cf7e04dabb5f3b05c137892 (patch) | |
tree | 28dbdf85ca8fb1ef4d8281e2caa779295996e42d /scripts/mysql_install_db.sh | |
parent | 609df311978e24db03d74a6c0d2cdf7003ac57b3 (diff) | |
parent | 3e5f1eaecf21e3b2fde0c86838d6740a939b921f (diff) | |
download | mariadb-git-612c949418e869564cf7e04dabb5f3b05c137892.tar.gz |
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
innobase/btr/btr0btr.c:
Auto merged
innobase/btr/btr0cur.c:
Auto merged
mysys/mf_soundex.c:
Auto merged
scripts/mysql_install_db.sh:
Auto merged
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index c593957b78d..1861e8c52f8 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -151,7 +151,7 @@ then if [ $? -ne 0 ] then resolved=`$bindir/resolveip localhost 2>&1` - if [ $? -eq 0 ] + if [ $? -ne 0 ] then echo "Neither host '$hostname' and 'localhost' could not be looked up with" echo "$bindir/resolveip" |