-
Notifications
You must be signed in to change notification settings - Fork 51
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
POSIX shell support #56
Comments
In light of removing the dependency on bash in the ./configure script what are your thoughts on the possibility of achieving POSIX compatibility on the mainnnn gpm shell script? |
I like it, and in fact I much prefer the Thanks again for the hard work! I think your version is much more readable than what we currently have in addition to being more portable, so that's another big plus :) |
Let's take it step by step: I'll initially make the loop change when I find the time to and then we'll go over all other things that need changing for POSIX support, I'm leaving this issue open to keep track of it |
Sorry for the delay in getting back to you. My undergraduate thesis (the project during which I became frustrated with the POSIX incomparability of GPM) is due today. I'll have more time over the coming weeks to contribute. |
Don't worry about it! We're all volunteers in this and I'm also taking a long time to respond to things lately. Good luck with your thesis! 💃 |
It would be good to not have bash as a dependency and to use
#!/usr/bin/env sh
instead for cross platform support.I've made some headway with this which I'll paste below but it's beyond my shell scripting skills.
The text was updated successfully, but these errors were encountered: