mirror of https://github.com/ArduPilot/ardupilot
build_ci.sh: change back to original directory after running profile
.profile changes directory on Vagrant VMs.
This commit is contained in:
parent
26d3ffc27d
commit
a237a42390
|
@ -3,8 +3,12 @@
|
|||
# This helps when doing large merges
|
||||
# Andrew Tridgell, November 2011
|
||||
|
||||
XOLDPWD=$PWD # profile changes directory :-(
|
||||
|
||||
. ~/.profile
|
||||
|
||||
cd $XOLDPWD
|
||||
|
||||
set -ex
|
||||
|
||||
# CXX and CC are exported by default by travis
|
||||
|
|
Loading…
Reference in New Issue