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

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
cromerc committed Dec 12, 2017
1 parent 1a7ab54 commit ec289cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysusers
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ done
for file in ${sysusers_d}; do
line=0
while read cline; do
[ ${cline:0:1} == "#" ] && continue
[ "${cline:0:1}" == "#" ] && continue
eval "set args ${cline}; shift"
i=0
for part in "${@}"; do
Expand Down

0 comments on commit ec289cc

Please sign in to comment.