Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages: use single = not == for string comparison #3483

Merged
merged 2 commits into from
May 4, 2019
Merged

packages: use single = not == for string comparison #3483

merged 2 commits into from
May 4, 2019

Conversation

MilhouseVH
Copy link
Contributor

Small cosmetic cleanup to fix a few instances of == that have slipped in when the project standard is = (see #3055).

I've not bothered to fix

[[ "$f" == gxbb* ]] || [[ "$f" == gxl* ]] && DTB_LIST_FILTERED="$DTB_LIST_FILTERED $f"
done
;;
S912)
for f in ${DTB_LIST[@]}; do
[[ "$f" == gxm* ]] && DTB_LIST_FILTERED="$DTB_LIST_FILTERED $f"

as this file is due for the chop soon (#3458)

@CvH CvH merged commit 9ba70c2 into LibreELEC:master May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants