Had some issues with install.sh in 1.5.2 on Linux:
- Windows line endings (CRLF) e.g. lines 756-770.
- Line 921:
if [ $instsubmitcgi = true ]
I changed it to:
if [ "$instsubmitcgi" = "true" ]
to get the script to execute, not sure what it should be.
The windows line endings have been fixed and a clean package was re-uploaded yesterday. As I am no longer part of the freedb team, I cannot fix the other issue. It worked in my tests on Cygwin using a bash shell.
Due to the recent events, I had tu rush the release out, so there was not enough time for testing. Sorry about that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=80853
The windows line endings have been fixed and a clean package was re-uploaded yesterday. As I am no longer part of the freedb team, I cannot fix the other issue. It worked in my tests on Cygwin using a bash shell.
Due to the recent events, I had tu rush the release out, so there was not enough time for testing. Sorry about that.