diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-01 20:47:19 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-04-01 20:47:19 +0200 |
commit | bbe86d08ba83425423c70b29d1ca757bf57a5e34 (patch) | |
tree | 05e1b2633b46e8ea137e65b31d709aac12b5ddf9 /scripts/CMakeLists.txt | |
parent | 8148145929113d554ee06a3040cbc445361877eb (diff) | |
download | mariadb-git-bbe86d08ba83425423c70b29d1ca757bf57a5e34.tar.gz |
Expand @HOSTNAME@.
Diffstat (limited to 'scripts/CMakeLists.txt')
-rwxr-xr-x | scripts/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index e85928a5c42..bfe65a0acd8 100755 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -134,10 +134,9 @@ ELSE() SET(CHECK_PID "kill -s SIGCONT $PID > /dev/null 2> /dev/null") ENDIF() -ENDIF(UNIX) - - +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 |