Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 0433f46

Browse files
authored
style: quash some shell lint (#1008)
1 parent 16201cc commit 0433f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test-readme/generate-readme.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ backwards-incompatible API changes in the
6363
6464
_EOF_
6565

66-
${BINDIR}/../generate-badges.sh
66+
"${BINDIR}"/../generate-badges.sh
6767

6868
cat <<'_EOF_'
6969
@@ -93,7 +93,7 @@ properly format your code.
9393
Apache 2.0; see [`LICENSE`](LICENSE) for details.
9494
_EOF_
9595

96-
cat $(dirname $0)/README.md.in
96+
cat "${BINDIR}"/README.md.in
9797

9898
cat <<'_EOF_'
9999

0 commit comments

Comments
 (0)