mirror of https://github.com/MariaDB/server
Browse Source
Unquoted ${CMAKE_CPACK_COMMAND} is used in this script. This variable resolves to cpack's real path with spaces, e.g /Applications/CMake 2.6.4-app/Contents/bin/cpack. Script fails due to lack of quotes. Fix is to use quotes around ${CMAKE_CPACK_COMMAND}.pull/73/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue