mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Fix whitespace errors
This commit is contained in:
parent
5b15c851d8
commit
41d6abc64d
3 changed files with 12 additions and 11 deletions
|
@ -260,7 +260,8 @@ deprecated(Old, New, When) ->
|
||||||
patch_on_windows(Cmd, Env) ->
|
patch_on_windows(Cmd, Env) ->
|
||||||
case os:type() of
|
case os:type() of
|
||||||
{win32,nt} ->
|
{win32,nt} ->
|
||||||
"cmd /q /c " ++ lists:foldl(fun({Key, Value}, Acc) ->
|
"cmd /q /c "
|
||||||
|
++ lists:foldl(fun({Key, Value}, Acc) ->
|
||||||
expand_env_variable(Acc, Key, Value)
|
expand_env_variable(Acc, Key, Value)
|
||||||
end, Cmd, Env);
|
end, Cmd, Env);
|
||||||
_ ->
|
_ ->
|
||||||
|
|
Loading…
Reference in a new issue