Expects
- Fedora Server 38
- Virtual Machine with VirtualBox
Details
After executing ./bootstrap I generated the file configure, but when I executed it I got an error on the line 5132.
When I checked the code I found an error sintax on line 5131, cause there was an empty '' and a ')' was missing on the first case.

After I fixed that I got another error on the 6031 line. It was an extra at the end of the code ')'.

After If fixed those errors it went all good.
Expects
Details
After executing ./bootstrap I generated the file configure, but when I executed it I got an error on the line 5132.
When I checked the code I found an error sintax on line 5131, cause there was an empty '' and a ')' was missing on the first case.
After I fixed that I got another error on the 6031 line. It was an extra at the end of the code ')'.
After If fixed those errors it went all good.