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 the kill error when running for the first time #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix the kill error when running for the first time #2

wants to merge 3 commits into from

Commits on Dec 2, 2015

  1. Fix the kill error when running for the first time

    As described in #1
    gonrial committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    ce3079a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. Configuration menu
    Copy the full SHA
    9687b1a View commit details
    Browse the repository at this point in the history
  2. XARGS_OPTS to support BSD and Linux systems

    In order to prevent errors executing the xargs command in Linux, a variable was added and set depending on the system, BSD based (like OSX) or Linux.
    gonrial committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    fdf7b41 View commit details
    Browse the repository at this point in the history