Replace awk with sed
`make` handles newlines already.
This commit is contained in:
parent
fbbcd0ad58
commit
8f5f280597
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard static/ | awk '{ gsub(/[.]/, "[.]"); printf "%s", " -ignore=" $$0 }')
|
||||
BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard static/ | sed 's/^/-ignore=/;s/[.]/[.]/g')
|
||||
|
||||
dev: dev-assets
|
||||
godep go build
|
||||
|
Loading…
x
Reference in New Issue
Block a user