More shellcheck

This commit is contained in:
Stephen Akridge 2018-06-05 13:49:41 -07:00 committed by Greg Fitzgerald
parent 8eb76ab2a5
commit 2da2d4e365
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ if [[ ! -r $LIB ]]; then
fi
# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
source ~/.cargo/env
source $HOME/.cargo/env
export RUST_BACKTRACE=1
cargo test --features=cuda

View File

@ -2,7 +2,7 @@
set -o xtrace
cd "$(dirname $0)/.."
cd "$(dirname "$0")/.."
if [[ -z "${libgf_complete_URL:-}" ]]; then
echo libgf_complete_URL undefined