Enable "set -euo pipefail" in all bash scripts.
This enables "set -e", "set -u", and "set -o pipefail", which catch common errors.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
set -euo pipefail
|
||||
|
||||
# Usage: check-rustfmt.sh [--install]
|
||||
#
|
||||
# Check that the desired version of rustfmt is installed.
|
||||
|
||||
Reference in New Issue
Block a user