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