Merged master to cmake-2

This commit is contained in:
Lorenz Meier 2015-09-26 16:24:32 +02:00
commit c97a2c4810
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -73,7 +73,7 @@ Vagrant.configure(2) do |config|
# Enable provisioning with a shell script. Additional provisioners such as # Enable provisioning with a shell script. Additional provisioners such as
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use. # documentation for more information about their specific syntax and use.
config.vm.provision "shell", inline: <<-SHELL config.vm.provision "shell", privileged: false, inline: <<-SHELL
# Ensure we start in the Firmware folder # Ensure we start in the Firmware folder
echo "cd /Firmware" >> ~/.bashrc echo "cd /Firmware" >> ~/.bashrc
# Install software # Install software