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

Commit ec289cc

Browse files
committed
fix #5
1 parent 1a7ab54 commit ec289cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sysusers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ done
102102
for file in ${sysusers_d}; do
103103
line=0
104104
while read cline; do
105-
[ ${cline:0:1} == "#" ] && continue
105+
[ "${cline:0:1}" == "#" ] && continue
106106
eval "set args ${cline}; shift"
107107
i=0
108108
for part in "${@}"; do

0 commit comments

Comments
 (0)