Merge pull request #1 from cyplo/allow_multiple_runs
allow multiple runs of the configure script
This commit is contained in:
commit
9cfc53ffb5
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ else
|
||||||
git pull
|
git pull
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set +e
|
||||||
|
cargo uninstall rustfmt
|
||||||
|
cargo uninstall racer
|
||||||
|
set -e
|
||||||
cargo install rustfmt
|
cargo install rustfmt
|
||||||
cargo install racer
|
cargo install racer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue