Fix shellcheck warnings in shell scripts.

This commit is contained in:
Dan Gohman
2018-06-11 13:48:35 -07:00
parent c03d67a4ff
commit 967da59181
6 changed files with 24 additions and 28 deletions

View File

@@ -5,11 +5,11 @@ set -euo pipefail
# packages which support it.
# Repository top-level directory.
cd $(dirname "$0")
topdir=$(pwd)
topdir=$(dirname "$0")
cd "$topdir"
function banner {
echo "====== $@ ======"
echo "====== $* ======"
}
# Test those packages which have no_std support.