tinyproxy/scripts
rofl0r f1a6d063b0 version.sh: fix empty result when git describe fails
fixes an error in travis, which makes a shallow clone of 50 commits.
if the last tag is older than 50 commits, we get:
"fatal: No names found, cannot describe anything."

this caused a premature exit due to an assert error in safe_write()
on this line: assert (count > 0);

because the version variable in tinyproxy was empty.
2020-09-06 20:04:01 +01:00
..
Makefile.am build: add new version mechanism based on VERSION file and a version.sh script 2018-09-05 00:56:31 +02:00
gen-authors.sh scripts: add a script to generate the AUTHORS file from git 2018-09-01 04:06:59 +02:00
version.sh version.sh: fix empty result when git describe fails 2020-09-06 20:04:01 +01:00