1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -66,7 +66,6 @@ pkgdata_DATA = make_binary_distribution
# failures with it.
CLEANFILES = @server_scripts@ \
make_binary_distribution \
make_win_src_distribution \
msql2mysql \
mysql_config \
mysql_fix_privilege_tables \

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