Skip to content

Commit d4e1f9e

Browse files
committed
Win: quote equal sign in command line
`cmd.exe` splits the command line also by equal signs, not only by space characters.
1 parent eb11b40 commit d4e1f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN_OPTS = --disable-gems
4646

4747
GIT_IN_SRC = $(GIT) -C $(srcdir)
4848
GIT_LOG = $(GIT_IN_SRC) log --no-show-signature
49-
GIT_LOG_FORMAT = $(GIT_LOG) --pretty=format:
49+
GIT_LOG_FORMAT = $(GIT_LOG) "--pretty=format:"
5050

5151
# GITPULLOPTIONS = --no-tags
5252

0 commit comments

Comments
 (0)