Skip to content

Commit 87d8539

Browse files
committed
end-of-options
1 parent d116345 commit 87d8539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/libexec/helper-scripts/user_create.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zsh_yes_or_no() {
2222
return 0
2323
fi
2424

25-
if grep --quiet 'nozsh' /proc/cmdline; then
25+
if grep --quiet -- 'nozsh' /proc/cmdline; then
2626
printf '%s\n' "$0: INFO: No shell change because nozsh in kernel command line, ok."
2727
zsh_enable=no
2828
return 0

0 commit comments

Comments
 (0)