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

Conversation

aearil
Copy link

@aearil aearil commented Aug 1, 2019

The if [ ${#args[@]} -eq 0 ]; then codepath would never be taken as
getopt always added '--' to the argument list, increasing the argument
array length.

The `if [ ${#args[@]} -eq 0 ]; then` codepath would never be taken as
getopt always added '--' to the argument list, increasing the argument
array length.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant