1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Simple cleanups

This commit is contained in:
monty@narttu.mysql.fi
2003-10-07 15:44:31 +03:00
parent 446d40e880
commit b82b76f480
4 changed files with 18 additions and 9 deletions

View File

@@ -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