summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-10-16 22:15:36 +0200
committerlenz@mysql.com <>2003-10-16 22:15:36 +0200
commit83f5c4dbf856d5deaecddd41bbd6bfedebbcbc03 (patch)
treedb41f86bef40af48ecb967df2e7a3dcbc60fe539 /scripts
parent3414cf2e9fade61841fb2a9e460fb118a8c4911b (diff)
downloadmariadb-git-83f5c4dbf856d5deaecddd41bbd6bfedebbcbc03.tar.gz
- fixed small typo to resolve "test: argument expected" error on Solaris
and Tru64 when running "mysql_install_db"
Diffstat (limited to 'scripts')
-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 5a6b11fb19b..ba95ff3b5b9 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -136,7 +136,7 @@ then
fi
fi
-if test "$ip_only" ="1"
+if test "$ip_only" = "1"
then
ip=`echo "$resolved" | awk '/ /{print $6}'`
hostname=$ip