Skip to content

Commit

Permalink
More shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge authored and garious committed Jun 5, 2018
1 parent 8eb76ab commit 2da2d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ci/test-erasure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o xtrace

cd "$(dirname $0)/.."
cd "$(dirname "$0")/.."

if [[ -z "${libgf_complete_URL:-}" ]]; then
echo libgf_complete_URL undefined
Expand Down

0 comments on commit 2da2d4e

Please sign in to comment.