Commit de01431b authored by unknown's avatar unknown

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

   and Tru64 when running "mysql_install_db"

parent 8ddb4b7c
......@@ -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
......
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