Early exit if there is any errors
This commit is contained in:
parent
02dcd629ae
commit
f4ea5251cb
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Set up the appropriate rustc toolchain
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")" || exit
|
||||
|
||||
if ! command -v rustup-toolchain-install-master > /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user