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,6 +1,6 @@
#!/bin/bash -e
cd $(dirname $0)/..
cd "$(dirname "$0")/.."
rustc --version
cargo --version