From 9dd1e6800249ed39d43f35d5729e41e4a3ecbfc4 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 1 Mar 2013 18:07:39 -0800 Subject: [PATCH] More Xs in mktemp to placate Slackware Fixes #168. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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