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

[WIP] Pass arguments beginning with dash (-) to channel programs #9058

Closed
wants to merge 1 commit into from

Commits on Jul 18, 2019

  1. Stop scanning opts after nonopts in zfs program

    By default GNU getopt() scans all options prefixed with - preventing
    them from being passed to the lua script invoked by zfs program. Setting
    the POXIXLY_CORRECT variable before scanning options forces GNU getopt
    to behave like Illumos and FreeBSD.
    
    Signed-off-by: Clint Armstrong <clint@clintarmstrong.net>
    clinta committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    f5b0794 View commit details
    Browse the repository at this point in the history