mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Merge pull request #28 from tuncer/fix-escript_emu_args-sample
rebar.config.sample: fix escript_emu_args sample
This commit is contained in:
commit
870d11a813
1 changed files with 1 additions and 1 deletions
|
@ -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 ==
|
||||
|
||||
|
|
Loading…
Reference in a new issue