diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-23 16:59:11 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-30 15:56:38 +0100 |
commit | 51c577f5bf1c132c97864df8dcf75b385b794093 (patch) | |
tree | c6fd9a1d867a10a5bc33bad03fedc7042ab3409d | |
parent | e47e03bfce98d4070a73c69ff90288423c8aa37b (diff) |
rebar.config.sample: fix escript_emu_args sample
-rw-r--r-- | rebar.config.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index c0d0735..a6fb03f 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -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 == |