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

move args.unshift(util.shifter) out of walk.js's run() loop #100

Merged
merged 1 commit into from
Sep 9, 2013

Commits on Aug 28, 2013

  1. move args.unshift(util.shifter) out of walk.js's run() loop

    The path 'shifter/bin/shifter' was prepended to the spawn argument list
    on each iteration of run(), which can be called many times in walk.js.
    This grew the argument list. The extra args are ultimately ignored, but
    this small fix prevents non-parsed arg pollution (i.e. the values nopt
    returns in the parsed.remain property).
    Isao Yagi committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    75a5e4e View commit details
    Browse the repository at this point in the history