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

Fix running sysusers.in without arguments#13

Open
aearil wants to merge 1 commit intoartix-linux:masterfrom
aearil:master
Open

Fix running sysusers.in without arguments#13
aearil wants to merge 1 commit intoartix-linux:masterfrom
aearil:master

Conversation

@aearil
Copy link
Copy Markdown

@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