mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Merge pull request #328 from saleyn/depcheck
Fix erlydtl dependency check
This commit is contained in:
commit
0c8dd15c79
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ referenced_dtls1(Step, DtlOpts, Seen) ->
|
||||||
AllRefs =
|
AllRefs =
|
||||||
lists:append(
|
lists:append(
|
||||||
[begin
|
[begin
|
||||||
Cmd = lists:flatten(["grep -o [^\\\"]*",
|
Cmd = lists:flatten(["grep -o [^\\\"]*\\",
|
||||||
ExtMatch, " ", F]),
|
ExtMatch, "[^\\\"]* ", F]),
|
||||||
case rebar_utils:sh(Cmd, ShOpts) of
|
case rebar_utils:sh(Cmd, ShOpts) of
|
||||||
{ok, Res} ->
|
{ok, Res} ->
|
||||||
string:tokens(Res, "\n");
|
string:tokens(Res, "\n");
|
||||||
|
|
Loading…
Reference in a new issue