summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-20 09:25:30 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-20 09:25:30 +0900
commitd3c6fe65e3ce017e62deaca7344fa90adfb314a9 (patch)
treeee91124826090bcf42637e6af8e8c136d66fac5a /defs
parentb80df6e8e0a59207545822d92c0a4f78cd64ef5e (diff)
Fixed a variable in checkout-github-%
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 5c2abe1157..fec314f2dc 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -229,7 +229,7 @@ fetch-github-%:
.PHONY: checkout-github-%
checkout-github-%: fetch-github-%
- git -C "$(srcdir)" checkout "gh-$(1)"
+ git -C "$(srcdir)" checkout "gh-$*"
.PHONY: pr-% pull-github-%
pr-% pull-github-%: fetch-github-%