We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using /bin/sh instead of bash would be nicer. Due to some bashism in the current scripts, it's not that easy. Also some scripts need to know the directory where the script is located, which seems to be hard to figure out in a pure POSIX way, see https://stackoverflow.com/questions/29832037/how-to-get-script-directory-in-posix-sh#29834779
But if anyone wants to take this up and give it a try, you're very welcome.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using /bin/sh instead of bash would be nicer. Due to some bashism in the current scripts, it's not that easy.
Also some scripts need to know the directory where the script is located, which seems to be hard to figure out in a pure POSIX way, see https://stackoverflow.com/questions/29832037/how-to-get-script-directory-in-posix-sh#29834779
But if anyone wants to take this up and give it a try, you're very welcome.
The text was updated successfully, but these errors were encountered: