-
Notifications
You must be signed in to change notification settings - Fork 15
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
Portability problems #35
Comments
This should be fixed now. I tried with bash, dash and zsh -- note that zsh is compatible when run in "sh emulation mode", e.g. if it is installed as system shell |
And yeah, all of this would be avoided if the whole thing was written completly in python... I am tempted to do that, but of course such a rewrite will loose all the testing efforst I already put into this, and would take some time to stabilize again. I am certainly interested, but for now, it was more efficient for me to just adapt the existing shell script. |
@markuspf Can you confirm whether it works now for you? |
Since I heard nothing again, I'll assume this is resolved. If not, feel free to reopen. |
The
release
script seems to have a couple of portability problems. Here are the ones I have identified so far (using DragonFly BSD).bash
, neitherzsh
nor/bin/sh
work. One of the issues is obviously theread -d
feature that is used, but that's supported by zsh. It seems that zsh does not likefor i in $ARCHIVE_FORMATS
.The text was updated successfully, but these errors were encountered: