Commit f2332249 by Adam Baxter

deps.sh: remove errexit for now

Due to the way we check for missing commands, errexit will cause the script to quit too soon.
parent fdbf2e69
#!/bin/bash #!/bin/bash
set -o nounset set -o nounset
set -o errexit
REQUIRED_UTILS="wget tar python" REQUIRED_UTILS="wget tar python"
APTCMD="apt-get" APTCMD="apt-get"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment