mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
ci: Do not quote MAKE_CMD
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
top_make() {
|
top_make() {
|
||||||
"${MAKE_CMD}" "$@"
|
${MAKE_CMD} "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_make() {
|
build_make() {
|
||||||
|
|||||||
Reference in New Issue
Block a user