-
Notifications
You must be signed in to change notification settings - Fork 32
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
Remove dependence on perl #41
Conversation
Hey @KarolKozlowski , looks great 👍 |
I don't have easy access to neither of those, but I've got myself a OSX Ventura in kvm and prepared the following script to test this line in isolation:
Te result from osx looks good:
I'll get myself a freebsd in a similar fashion and get back to you with the results. |
Sorry it took so long, got myself a FreeBSD on an old laptop, here are the results:
So it looks good, moreover it works with the default interpreter as well (before installing bash):
|
@KarolKozlowski No worries, looks good! 👍 |
@markusressel It was, just pushed the fix, and since the code changed I tested it again and it still looks good. |
Perfect! Merging now, thx for the efforts! |
Perl is an unnecessary dependency, the same can be achieved using bash built-in.