mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #1697 from ibuildthecloud/dapper-fix
$ must be escaped in Makefile
This commit is contained in:
commit
690a4ca7a4
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ TARGETS := $(shell ls scripts | grep -v \\.sh)
|
|||||||
|
|
||||||
.dapper:
|
.dapper:
|
||||||
@echo Downloading dapper
|
@echo Downloading dapper
|
||||||
@curl -sL https://releases.rancher.com/dapper/v0.4.2/dapper-$(uname -s)-$(uname -m) > .dapper.tmp
|
@curl -sL https://releases.rancher.com/dapper/v0.4.2/dapper-$$(uname -s)-$$(uname -m) > .dapper.tmp
|
||||||
@@chmod +x .dapper.tmp
|
@@chmod +x .dapper.tmp
|
||||||
@./.dapper.tmp -v
|
@./.dapper.tmp -v
|
||||||
@mv .dapper.tmp .dapper
|
@mv .dapper.tmp .dapper
|
||||||
|
Loading…
Reference in New Issue
Block a user