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

Fix pattern matching for 'wl-clipboard' in is_wl_copy_installed function #124

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

Daja177
Copy link
Contributor

@Daja177 Daja177 commented Apr 28, 2024

The is_wl_copy_installed function fails to correctly match the "wl-clipboard' string due to a pattern matching error as a result of the hyphen character. This fix involves properly escaping the hyphen character in the pattern to ensure accurate matching and correctly detect wl-copy.

@tatsumoto-ren
Copy link
Member

I see. Thanks.

@tatsumoto-ren tatsumoto-ren merged commit b364795 into Ajatt-Tools:master Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants