build.sh: get rid of some shellcheck warnings

This commit is contained in:
Daniel Frank 2019-09-21 16:41:58 +02:00
parent a60bb91b77
commit 88a1d79c85
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -66,7 +66,7 @@ fi
gluon_path=$(realpath "$gluon_path")
gluon_out=$(realpath "$gluon_out")
site_path=$(realpath "$(dirname "$BASH_SOURCE")")
site_path=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
announce GLUON: "$gluon_path" >&2
announce FFHH SITE PATH: "$site_path" >&2