Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
cosmetic changes in beepbeep_skel.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 26, 2010
1 parent 3ee51b2 commit 62db46d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/beepbeep_skel.erl
Expand Up @@ -52,8 +52,7 @@ mk_win_dir_syslink(ProjectName, LinkName, DestDir, LinkTarget) ->
mk_bat_file(ProjectName, DestDir) -> mk_bat_file(ProjectName, DestDir) ->
Name = "start-server.bat", Name = "start-server.bat",
Content = "make \n" Content = "make \n"
"start werl -pa ebin deps/*/ebin -boot start_sasl -s " ++ ProjectName ++ " -s \n" "start werl -pa ebin deps/*/ebin -boot start_sasl -s " ++ ProjectName ++ " -s reloader",
"reloader ",
file:set_cwd(DestDir ++ "//" ++ ProjectName), file:set_cwd(DestDir ++ "//" ++ ProjectName),
{ok, IODevice} = file:open(Name, [write]), file:write(IODevice, Content), file:close(IODevice), {ok, IODevice} = file:open(Name, [write]), file:write(IODevice, Content), file:close(IODevice),
ok. ok.
Expand Down

0 comments on commit 62db46d

Please sign in to comment.