diff --git a/install.sh b/install.sh index 07d4ad4e..7a4d3687 100755 --- a/install.sh +++ b/install.sh @@ -59,7 +59,7 @@ function num_cores { function install { ycm_dir=`pwd` - build_dir=`mktemp -d -t ycm_build.XXXX` + build_dir=`mktemp -d -t ycm_build.XXXXXX` pushd $build_dir if [[ `uname -s` == "Darwin" ]]; then