Skip to content

Commit 7b2dc13

Browse files
committed
style(rpm): quote an argument properly
1 parent 7261319 commit 7b2dc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/rpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ _comp_cmd_rpm()
119119
*supplements) fmt="%{SUPPLEMENTNAME}" ;;
120120
esac
121121
_comp_compgen_split -- "$("$1" -qa --nodigest --nosignature \
122-
--queryformat=\"$fmt\\n\" 2>/dev/null |
122+
--queryformat="\"$fmt\\n\"" 2>/dev/null |
123123
command grep -vF '(none)')"
124124
fi
125125
return

0 commit comments

Comments
 (0)