File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ lint-editorconfig-files: $(NODE_MODULES)
79
79
$(QUIET ) $(DELETE ) $(DELETE_FLAGS ) " $( BUILD_DIR) /editorconfig-checker"
80
80
$(QUIET ) echo ' Linting files for basic formatting errors...'
81
81
$(QUIET ) $(MKDIR_RECURSIVE ) " $( BUILD_DIR) /editorconfig-checker"
82
- $(QUIET ) $( TAR ) -cf - $( FILES ) | $(TAR ) -xf - -C " $( BUILD_DIR) /editorconfig-checker/"
82
+ $(QUIET ) echo $( FILES ) | tr ' ' ' \n ' | $( TAR ) -cf - -T - | $(TAR ) -xf - -C " $( BUILD_DIR) /editorconfig-checker/"
83
83
$(QUIET ) cd " $( BUILD_DIR) /editorconfig-checker" && \
84
84
$(NODE ) $(EDITORCONFIG_CHECKER ) $(EDITORCONFIG_CHECKER_CONF_FLAGS ) --config $(EDITORCONFIG_CHECKER_CONF ) && \
85
85
$(NODE ) $(EDITORCONFIG_CHECKER ) $(EDITORCONFIG_CHECKER_CONF_FLAGS ) --config $(EDITORCONFIG_CHECKER_MARKDOWN_CONF ) && \
You can’t perform that action at this time.
0 commit comments