File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ echo "${bold}Docker build deps${endbold}"
4747docker --version
4848if [[ $DOCKER_QGIS_IMAGE_BUILD_PUSH =~ false ]]; then
4949 docker-compose --version
50- docker-compose -f $ DOCKER_COMPOSE config
50+ docker-compose -f " ${ DOCKER_COMPOSE} " config
5151fi
5252
5353if [[ $DOCKER_DEPS_IMAGE_REBUILD =~ true ]]; then
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ mkdir -p $CCACHE_DIR
2424
2525if [[ $DOCKER_QGIS_IMAGE_BUILD_PUSH =~ true ]]; then
2626 DIR=$( git rev-parse --show-toplevel) /.docker
27- pushd ${DIR}
27+ pushd " ${DIR} "
2828 echo " ${bold} Building QGIS Docker image '${DOCKER_TAG} '...${endbold} "
2929 docker build --build-arg CACHE_DIR=/root/.ccache \
3030 --build-arg DOCKER_TAG=${DOCKER_TAG} \
@@ -36,5 +36,5 @@ if [[ $DOCKER_QGIS_IMAGE_BUILD_PUSH =~ true ]]; then
3636 docker push " qgis/qgis:${DOCKER_TAG} "
3737 popd
3838else
39- docker-compose -f $ DOCKER_COMPOSE run --rm qgis-deps
39+ docker-compose -f " ${ DOCKER_COMPOSE} " run --rm qgis-deps
4040fi
Original file line number Diff line number Diff line change 3030fi
3131
3232for i in $FILES ; do
33- echo $i >&2
33+ echo " ${i} " >&2
3434 author=
3535 authordate=
3636 eval $( git log --reverse --pretty=" export author='%an' authordate=\"\$ (date --date='%ai' +'%%B %Y')\" " $i | head -1)
37- basename=$( basename $i )
37+ basename=$( basename " ${i} " )
3838 authoryear=${authordate#* }
3939
4040 case $i in
@@ -45,13 +45,13 @@ for i in $FILES; do
4545
4646 src/app/gps/qwtpolar-* |src/app/qtmain_android.cpp|src/core/gps/qextserialport/* |lib/astyle/* )
4747 # Skip third party files
48- echo $f skipped
48+ echo " ${i} skipped"
4949 continue
5050 ;;
5151
5252 esac
5353
54- case $ author in
54+ case " ${ author} " in
5555 morb_au)
5656 authorname=" Brendan Morley"
5757 authoremail=" morb at ozemail dot com dot au"
You can’t perform that action at this time.
0 commit comments