summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-11-21 13:18:54 +0900
committerNobuyoshi Nakada <nobu.nakada@gmail.com>2025-11-21 17:34:03 +0900
commitd4e1f9e1b8621ef92caa5061dbc11e1860fa5eed (patch)
tree6a7038ad700a3ba6fc239badf0f171ebad7b53bc
parenteb11b40bb54b11456f88564957ec22c8c08c203c (diff)
Win: quote equal sign in command line
`cmd.exe` splits the command line also by equal signs, not only by space characters.
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 648dd00b02..70d61231f2 100644
--- a/common.mk
+++ b/common.mk
@@ -46,7 +46,7 @@ RUN_OPTS = --disable-gems
GIT_IN_SRC = $(GIT) -C $(srcdir)
GIT_LOG = $(GIT_IN_SRC) log --no-show-signature
-GIT_LOG_FORMAT = $(GIT_LOG) --pretty=format:
+GIT_LOG_FORMAT = $(GIT_LOG) "--pretty=format:"
# GITPULLOPTIONS = --no-tags