Delint existing shell scripts
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user