Commit 83f5c4db authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed small typo to resolve "test: argument expected" error on Solaris

   and Tru64 when running "mysql_install_db"
parent 3414cf2e
...@@ -136,7 +136,7 @@ then ...@@ -136,7 +136,7 @@ then
fi fi
fi fi
if test "$ip_only" ="1" if test "$ip_only" = "1"
then then
ip=`echo "$resolved" | awk '/ /{print $6}'` ip=`echo "$resolved" | awk '/ /{print $6}'`
hostname=$ip hostname=$ip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment