Skip to content

Commit

Permalink
Remove an extra colon that caused array lookup to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomagdy committed Jun 1, 2019
1 parent 7a4eae8 commit 1cacf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/packager
Expand Up @@ -85,7 +85,7 @@ function package_libc_via_rpm() {
function hasElement() {
local el key=$1
shift
for el in "$@":
for el in "$@"
do
[[ "$el" == "$key" ]] && return 0
done
Expand Down

0 comments on commit 1cacf6b

Please sign in to comment.