Skip to content

Commit 1cacf6b

Browse files
committed
Remove an extra colon that caused array lookup to fail
1 parent 7a4eae8 commit 1cacf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/packager

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function package_libc_via_rpm() {
8585
function hasElement() {
8686
local el key=$1
8787
shift
88-
for el in "$@":
88+
for el in "$@"
8989
do
9090
[[ "$el" == "$key" ]] && return 0
9191
done

0 commit comments

Comments
 (0)