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 =
|
||||
lists:append(
|
||||
[begin
|
||||
Cmd = lists:flatten(["grep -o [^\\\"]*",
|
||||
ExtMatch, " ", F]),
|
||||
Cmd = lists:flatten(["grep -o [^\\\"]*\\",
|
||||
ExtMatch, "[^\\\"]* ", F]),
|
||||
case rebar_utils:sh(Cmd, ShOpts) of
|
||||
{ok, Res} ->
|
||||
string:tokens(Res, "\n");
|
||||
|
|
Loading…
Reference in a new issue