mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
rebar.config.sample: fix escript_emu_args sample
This commit is contained in:
parent
e47e03bfce
commit
51c577f5bf
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