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
Terms is already a list
Fixes compiling yaws, which has an .app.src.script file
pull/798/head
Garret Smith
9 years ago
parent
0d3dc5f39a
commit
ce19c2e16d
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_config.erl
+ 1
- 1
src/rebar_config.erl
View File
@ -64,7 +64,7 @@ consult_file_(File) ->
case
filename
:
extension
(
File
)
of
"
.script
"
-
>
{
ok
,
Terms
}
=
consult_and_eval
(
remove_script_ext
(
File
)
,
File
)
,
[
Terms
]
;
Terms
;
_
-
>
Script
=
File
++
"
.script
"
,
case
filelib
:
is_regular
(
Script
)
of
Write
Preview
Loading…
Cancel
Save