mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Escape colons in pre-commit dependency [ci skip]
Colons are special in Makefiles.
This commit is contained in:
parent
f8f542bd9b
commit
53a8ad151b
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ $(SCRIPTBINDIR):
|
|||
$(Q) mkdir $@
|
||||
|
||||
.PHONY: commit
|
||||
COMMIT_PREPARE := $(filter-out commit do-commit,$(MAKECMDGOALS)) up
|
||||
COMMIT_PREPARE := $(subst :,\:,$(filter-out commit do-commit,$(MAKECMDGOALS))) up
|
||||
|
||||
commit: pre-commit $(DOT_WAIT) do-commit $(DOT_WAIT) post_commit
|
||||
pre-commit: $(COMMIT_PREPARE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue