diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-21 13:18:54 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu.nakada@gmail.com> | 2025-11-21 17:34:03 +0900 |
| commit | d4e1f9e1b8621ef92caa5061dbc11e1860fa5eed (patch) | |
| tree | 6a7038ad700a3ba6fc239badf0f171ebad7b53bc | |
| parent | eb11b40bb54b11456f88564957ec22c8c08c203c (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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
