Skip to content

Commit a19613c

Browse files
author
José Valim
committed
Quote bash comparison arguments
/cc @chyndman
1 parent a8e4fcd commit a19613c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ test_doc_test: compile
175175
test_stdlib: compile
176176
@ echo "==> elixir (exunit)"
177177
$(Q) exec epmd & exit
178-
$(Q) if [ $(OS) = Windows_NT ]; then \
178+
$(Q) if [ "$(OS)" = "Windows_NT" ]; then \
179179
cd lib/elixir && cmd //C call ../../bin/elixir.bat -r "test/elixir/test_helper.exs" -pr "test/elixir/**/*_test.exs"; \
180180
else \
181181
cd lib/elixir && ../../bin/elixir -r "test/elixir/test_helper.exs" -pr "test/elixir/**/*_test.exs"; \

0 commit comments

Comments
 (0)