Hi,
I got a new version with this fix on Ubuntu, but now the script it
crashes. I opened an issue about it:
https://bugs.launchpad.net/ubuntu/+source/elfutils/+bug/2144516
What happens is the function configure_debuginfod_ubuntu(), which has
these two lines, it was called inside the function
configure_debuginfod(), which also has these two lines, so the second
time we call the attribution, inside configure_debuginfod_ubuntu(), it
will crash, since OLDVER was marked as readonly by the main function,
configure_debuginfod().
Using Bash instead of sh works, though.
Thanks,
--
Marcos Alano