Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Fix .app.src.script bug introduced in b44b4f4 #437

Merged
merged 1 commit into from
Jan 26, 2015
Merged

Fix .app.src.script bug introduced in b44b4f4 #437

merged 1 commit into from
Jan 26, 2015

Conversation

vladdu
Copy link
Contributor

@vladdu vladdu commented Jan 19, 2015

Handle the case when both .app.src and .app.src.script exist;
the script takes precedence.

@ferd
Copy link
Contributor

ferd commented Jan 19, 2015

Sounds good to me.

files() ->
[{copy, "../../rebar", "rebar"},
{create, "src/app_src_script_2.app.src.script", app_script(app_src_script_2)},
{create, "src/app_src_script_2.app.src", app(app_src_script_2)}].
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accidentally mis-indented?

@ghost
Copy link

ghost commented Jan 20, 2015

See the minor indentation comment, and you might want to add copyright headers in the test files you've authored (see other tests for reference). Other than that, +1.

Handle the case when both .app.src and .app.src.script exist;
the script takes precedence.
@vladdu
Copy link
Contributor Author

vladdu commented Jan 20, 2015

Ok, fixed and pushed.

@ghost
Copy link

ghost commented Jan 26, 2015

cc @ferd @tsloughter

ferd added a commit that referenced this pull request Jan 26, 2015
Fix .app.src.script bug introduced in b44b4f4
@ferd ferd merged commit 930d2c7 into rebar:master Jan 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants