From a89b1bf3acd19f866c4875f5fe871762e8e8dd98 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 12 Apr 2024 14:15:51 -0400 Subject: [PATCH] Add "" for a variable use in a test_tag script --- scripts/test_tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_tag b/scripts/test_tag index f11ef697dd..64e0ddd20f 100755 --- a/scripts/test_tag +++ b/scripts/test_tag @@ -9,7 +9,7 @@ EPOCH="$(date +%s)" GIT_DIR=$( git rev-parse --git-dir ) -REPO_ROOT=$( ls -d ${GIT_DIR%.git} ) +REPO_ROOT=$( ls -d "${GIT_DIR%.git}" ) VERSION_FILE="$REPO_ROOT/src/schema/SCHEMA_VERSION"