chore(lint): add set -e; set -u for strict bash

This commit is contained in:
Marcin Woźniak
2022-02-02 22:55:30 +01:00
committed by AJ ONeal
parent bf2dae86a0
commit d2f7574b44
25 changed files with 50 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
set -e
set -u
function __install_rust() {
# Straight from https://rustup.rs/