8000 tool/test-annocheck.sh: Refactor with double-quotes. · ruby/ruby@53f3036 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53f3036

Browse files
committed
tool/test-annocheck.sh: Refactor with double-quotes.
1 parent aed468a commit 53f3036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/test-annocheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -x
1414

1515
DOCKER="$(command -v docker || command -v podman)"
1616
TAG=ruby-fedora-annocheck
17-
TOOL_DIR=$(dirname "${0}")
17+
TOOL_DIR="$(dirname "${0}")"
1818
TMP_DIR="tmp/annocheck"
1919
DOCKER_RUN_VOLUME_OPTS=
2020

0 commit comments

Comments
 (0)
0