We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4eae8 commit 1cacf6bCopy full SHA for 1cacf6b
packaging/packager
@@ -85,7 +85,7 @@ function package_libc_via_rpm() {
85
function hasElement() {
86
local el key=$1
87
shift
88
- for el in "$@":
+ for el in "$@"
89
do
90
[[ "$el" == "$key" ]] && return 0
91
done
0 commit comments