[Users] claws-mail impap-error Port 993 tls on Macos
David Fletcher
David at megapico.co.uk
Fri Dec 1 18:25:12 UTC 2023
> ############
> line 4539: 4.2.0-2-gdd4c4e: command not found === GIT_VERSION=-n
> 4.2.0-2-gdd4c4e
> ############
Wasn't this the issue about changing
echo -n $version
to
printf $version
in the last line of file get-git-version?
Or if could be if you downloaded a zip snapshot of the git in which case
the underlying .git file doesn't exist so the version can't be found
automatically. You can create the version file manually - just put a
single line such as below in a file called version:
echo 4.2.0
Best wishes, David.
More information about the Users
mailing list