소스 검색

Remove trailing whitespace

pull/3/head
Tuncer Ayaz 14 년 전
부모
커밋
2911d48fb1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      bootstrap

+ 3
- 3
bootstrap 파일 보기

@ -81,19 +81,19 @@ main(Args) ->
_ ->
ok
end,
%% Add a helpful message
io:format("Congratulations! You now have a self-contained script called \"rebar\" in\n"
"your current working directory. Place this script anywhere in your path\n"
"and you can use rebar to build OTP-compliant apps.\n").
rm(Path) ->
NativePath = filename:nativename(Path),
NativePath = filename:nativename(Path),
Cmd = case os:type() of
{unix,_} -> "rm -f ";
{win32,_} -> "del /q "
end,
[] = os:cmd(Cmd ++ NativePath),
[] = os:cmd(Cmd ++ NativePath),
ok.
build_time() ->

불러오는 중...
취소
저장