More Xs in mktemp to placate Slackware

Fixes #168.
This commit is contained in:
Strahinja Val Markovic 2013-03-01 18:07:39 -08:00
parent 9e0318d229
commit 9dd1e68002

View File

@ -59,7 +59,7 @@ function num_cores {
function install { function install {
ycm_dir=`pwd` ycm_dir=`pwd`
build_dir=`mktemp -d -t ycm_build.XXXX` build_dir=`mktemp -d -t ycm_build.XXXXXX`
pushd $build_dir pushd $build_dir
if [[ `uname -s` == "Darwin" ]]; then if [[ `uname -s` == "Darwin" ]]; then