build.sh: get rid of some shellcheck warnings
This commit is contained in:
parent
a60bb91b77
commit
88a1d79c85
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -66,7 +66,7 @@ fi
|
||||||
|
|
||||||
gluon_path=$(realpath "$gluon_path")
|
gluon_path=$(realpath "$gluon_path")
|
||||||
gluon_out=$(realpath "$gluon_out")
|
gluon_out=$(realpath "$gluon_out")
|
||||||
site_path=$(realpath "$(dirname "$BASH_SOURCE")")
|
site_path=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
|
||||||
|
|
||||||
announce GLUON: "$gluon_path" >&2
|
announce GLUON: "$gluon_path" >&2
|
||||||
announce FFHH SITE PATH: "$site_path" >&2
|
announce FFHH SITE PATH: "$site_path" >&2
|
||||||
|
|
Loading…
Reference in a new issue