Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command push #98

Merged
merged 1 commit into from
Jul 5, 2016
Merged

Conversation

LucianoPC
Copy link
Contributor

  • push was using 'exec' to call bash commands
    but this function call the bash command into
    another process and never back to the ruby
    process.
  • I change to use the function 'system' for
    each bash function, because this function
    call the bash command into another process
    and before returns to the ruby process

- push was using 'exec' to call bash commands
but this function call the bash command into
another process and never back to the ruby
process.

- I change to use the function 'system' for
each bash function, because this function
call the bash command into another process
and before returns to the ruby process
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.5%) to 88.608% when pulling f93de8b on LucianoPC:fix_command_push into be17fe9 on lemurheavy:master.

@coveralls
Copy link

coveralls commented Jun 28, 2016

Coverage Status

Coverage decreased (-1.9%) to 89.254% when pulling f93de8b on LucianoPC:fix_command_push into be17fe9 on lemurheavy:master.

@nickmerwin nickmerwin merged commit e6cd2b6 into lemurheavy:master Jul 5, 2016
@nickmerwin
Copy link
Member

Thanks @LucianoPC!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants