From d83df803c9008dba1a34b5c23ac431efc1e0a456 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 18 Jan 2018 20:40:33 +0100 Subject: Fix rustflags to set incremental cache. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b4bffcf..6d7db91 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -76,7 +76,7 @@ Vagrant.configure("2") do |config| su - vagrant -c 'echo "PATH=$HOME/.cargo/bin:$PATH" >> ~/.bash_profile' # Set the incremental build cache to a filesystem that supports hard links - su - vagrant -c "echo export RUSTFLAGS='-C incremental=$HOME/tmp/rust' >> ~/.bashrc + su - vagrant -c 'echo export RUSTFLAGS="-Cincremental=$HOME/tmp/rust" >> ~/.bashrc' SHELL end -- cgit v1.2.3