summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-10-07 15:44:31 +0300
committermonty@narttu.mysql.fi <>2003-10-07 15:44:31 +0300
commitb82b76f4803816a5d2245c173fcd1ec5033f6494 (patch)
tree1d9214ae1674384fb38bf9c07e2776c1206842ee /scripts/mysql_install_db.sh
parent446d40e880c0e6ab6ac56b0082d4883ef5c7d467 (diff)
downloadmariadb-git-b82b76f4803816a5d2245c173fcd1ec5033f6494.tar.gz
Simple cleanups
Diffstat (limited to 'scripts/mysql_install_db.sh')
-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 d66c33c16b1..5a6b11fb19b 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -136,7 +136,7 @@ then
fi
fi
-if test "$ip_only" -eq 1
+if test "$ip_only" ="1"
then
ip=`echo "$resolved" | awk '/ /{print $6}'`
hostname=$ip