Delint existing shell scripts

This commit is contained in:
Grimes
2018-05-27 18:19:07 -07:00
committed by Greg Fitzgerald
parent b7eec4c89f
commit 29061cff39
8 changed files with 47 additions and 22 deletions

View File

@@ -1,9 +1,10 @@
#!/bin/bash -e
cd $(dirname $0)/..
cd "$(dirname "$0")/.."
if [[ -r ~/.cargo/env ]]; then
# Pick up local install of kcov/cargo-kcov
# shellcheck disable=SC1090
source ~/.cargo/env
fi