theos / sdks

Patched sdks that include private framework tbds
Other
604 stars 207 forks source link

Bug fix #23

Closed helloalanhill closed 2 years ago

helloalanhill commented 5 years ago

The slash caused following comparison failed.

kirb commented 5 years ago

Really paths should be normalised with something like $(realpath …) for use with comparisons, so subtle things like ../ or // don’t break the check.

leptos-null commented 4 years ago

I believe this has been fixed in 19cef09f558e6cba696c54985bc0cfc558020139

PoomSmart commented 3 years ago

@helloalanhill You should resolve merge conflicts.

kirb commented 2 years ago

Going to consider this already fixed due to 19cef09, but thanks for the PR!