1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Expand @HOSTNAME@.

This commit is contained in:
Jonathan Perkin
2010-04-01 20:47:19 +02:00
parent 8148145929
commit bbe86d08ba
2 changed files with 3 additions and 3 deletions

View File

@ -134,11 +134,10 @@ ELSE()
SET(CHECK_PID "kill -s SIGCONT $PID > /dev/null 2> /dev/null")
ENDIF()
SET(HOSTNAME "hostname")
ENDIF(UNIX)
# Really ugly, one script, "mysql_install_db", needs prefix set to ".",
# i.e. makes access relative the current directory. This matches
# the documentation, so better not change this.