Skip to content

Commit 940a757

Browse files
committed
Use shelljoin
Ensures any file arguments with spaces are correctly handled.
1 parent b43a484 commit 940a757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/cc/engine/csslint.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def results
6262
end
6363

6464
def csslint_xml
65-
`csslint --format=checkstyle-xml #{files_to_inspect.join(" ")}`
65+
`csslint --format=checkstyle-xml #{files_to_inspect.shelljoin}`
6666
end
6767

6868
def files_to_inspect

0 commit comments

Comments
 (0)