We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4fcd commit a19613cCopy full SHA for a19613c
Makefile
@@ -175,7 +175,7 @@ test_doc_test: compile
175
test_stdlib: compile
176
@ echo "==> elixir (exunit)"
177
$(Q) exec epmd & exit
178
- $(Q) if [ $(OS) = Windows_NT ]; then \
+ $(Q) if [ "$(OS)" = "Windows_NT" ]; then \
179
cd lib/elixir && cmd //C call ../../bin/elixir.bat -r "test/elixir/test_helper.exs" -pr "test/elixir/**/*_test.exs"; \
180
else \
181
cd lib/elixir && ../../bin/elixir -r "test/elixir/test_helper.exs" -pr "test/elixir/**/*_test.exs"; \
0 commit comments