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

flux -V: small fix to allow it to work outside of an instance #2426

Merged
merged 2 commits into from Sep 30, 2019

Commits on Sep 30, 2019

  1. cmd/flux: allow flux -V outside of an instance

    Problem: flux -V fails if run outside of an instance,
    e.g. as ./flux -V, where the cwd is not in PATH.
    
    Re-exec with the original argv[0] instead of "flux"
    so that the same executable is invoked.
    garlick committed Sep 30, 2019
    Copy the full SHA
    3b09aea View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9cb21e6 View commit details
    Browse the repository at this point in the history