summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrebuild-ycm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-ycm b/rebuild-ycm
index 272a146..42431d3 100755
--- a/rebuild-ycm
+++ b/rebuild-ycm
@@ -3,6 +3,6 @@
TEMPDIR=$(mktemp -d)
trap "rm -rf '${TMPDIR}'" EXIT TERM
-cd $TMPDIR
+cd "$TEMPDIR"
cmake -G "Unix Makefiles" -DUSE_SYSTEM_LIBCLANG=ON . ~/.vim/bundle/YouCompleteMe/cpp
make -j12 ycm_core