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

server: check SHELL if (and only if) neither --sh nor --csh is specified #661

Merged
merged 1 commit into from
Oct 13, 2024

Commits on Oct 11, 2024

  1. server: check SHELL if (and only if) neither --sh nor --csh is specified

    The previous check was checking if the enums returned by getopt were
    non-zero, which they always are, regardless of whether the option has
    been specified or not.
    
    Fixes: e7d1c91 ("server: Check SHELL only when neither --sh nor --csh is specified")
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    alanc committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    31ce070 View commit details
    Browse the repository at this point in the history