This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#289
from tuncer/semicolon-vs-comma
erlc: fix typo in update_erlcinfo/3 clause
pull/3/head
Fred Hebert
11 years ago
parent
46c979eaaf
2c4d7d1d9b
commit
6fda9b8f88
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_erlc_compiler.erl
+ 1
- 1
src/rebar_erlc_compiler.erl
View File
@ -417,7 +417,7 @@ update_erlcinfo(G, Source, Dirs) ->
digraph
:
del_vertex
(
G
,
Source
)
,
modified
;
LastUpdated
<
LastModified
-
>
modify_erlcinfo
(
G
,
Source
,
Dirs
)
;
modify_erlcinfo
(
G
,
Source
,
Dirs
)
,
modified
;
true
-
>
unmodified
Write
Preview
Loading…
Cancel
Save