This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
rebar.config.sample: fix escript_emu_args sample
pull/3/head
Tuncer Ayaz
12 years ago
parent
e47e03bfce
commit
51c577f5bf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config.sample
+ 1
- 1
rebar.config.sample
View File
@ -72,7 +72,7 @@
{escript_incl_apps, []}.
{escript_shebang, "#!/usr/bin/env escript\n"}.
{escript_comment, "%%\n"}.
{escript_emu_args, "%%! -pa
~s/~s
/ebin\n"}.
{escript_emu_args, "%%! -pa
application/application
/ebin\n"}.
%% == LFE Compiler ==
Write
Preview
Loading…
Cancel
Save