You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just updating the Debian package, and stumbled across two little bugs in the new version:
GNUMakefile.in uses "echo -e" to generate the version.texi file. Unfortunately, that doesn't work correctly with all shells, and may result in "-e" appearing at the top of the README.txt file. Better is to replace "echo -e" with "printf".
The VERSION setting in configure.in needs to be updated.
Best wishes,
Julian
The text was updated successfully, but these errors were encountered:
Hi Han-Wen,
Just updating the Debian package, and stumbled across two little bugs in the new version:
Best wishes,
Julian
The text was updated successfully, but these errors were encountered: