summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-03-19 17:19:33 +0100
committerserg@serg.mylan <>2004-03-19 17:19:33 +0100
commitb4577bc43a8b82cdf9071ee3dd4c2dbd53850c5b (patch)
treeac0b7d7b5f0fe9217118d9e2008d6c01d45ed761
parentb044a4266b86b4339f41748f49678b76e0e39578 (diff)
downloadmariadb-git-b4577bc43a8b82cdf9071ee3dd4c2dbd53850c5b.tar.gz
typo in mysql_install_db fixed
-rw-r--r--scripts/mysql_install_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 0c1502823af..012725265a1 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -118,7 +118,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"