We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d116345 commit 87d8539Copy full SHA for 87d8539
usr/libexec/helper-scripts/user_create.bsh
@@ -22,7 +22,7 @@ zsh_yes_or_no() {
22
return 0
23
fi
24
25
- if grep --quiet 'nozsh' /proc/cmdline; then
+ if grep --quiet -- 'nozsh' /proc/cmdline; then
26
printf '%s\n' "$0: INFO: No shell change because nozsh in kernel command line, ok."
27
zsh_enable=no
28
0 commit comments