We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331170e commit c58755dCopy full SHA for c58755d
1 file changed
lib/mix/lib/mix/shell/io.ex
@@ -100,7 +100,6 @@ defmodule Mix.Shell.IO do
100
"""
101
def cmd(command, opts \\ []) do
102
print_app? = Keyword.get(opts, :print_app, true)
103
- windows? = match?({:win32, _}, :os.type())
104
105
Mix.Shell.cmd(command, opts, fn data ->
106
if print_app?, do: print_app()
0 commit comments