From 0da00c60e6c51ff1ec18e03c8bc6bba373981692 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 7 Feb 2013 19:19:55 -0800 Subject: [PATCH] mktemp on ubuntu demands X's --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ee5f1724..8642ad3e 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ function homebrew_cmake_install { function install { ycm_dir=`pwd` - build_dir=`mktemp -d -t ycm_build` + build_dir=`mktemp -d -t ycm_build.XXXX` pushd $build_dir cmake -G "Unix Makefiles" $1 . $ycm_dir/cpp make ycm_core