Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Fix running sysusers.in without arguments #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 1, 2019

  1. Fix running sysusers.in without arguments

    The `if [ ${#args[@]} -eq 0 ]; then` codepath would never be taken as
    getopt always added '--' to the argument list, increasing the argument
    array length.
    aearil committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    bd6cf08 View commit details
    Browse the repository at this point in the history