Skip to content

Commit d116345

Browse files
committed
long option names
1 parent 4c409fd commit d116345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 -q '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)