git-version.sh: revert inadvertent commit

This commit is contained in:
Pierre Labastie 2024-01-18 21:38:50 +01:00
parent 5e423c8031
commit 8f7d945a66

View File

@ -56,12 +56,10 @@ rev=$(echo "$sha" | sed 's/-g[^-]*$//')
version="$rev"
versiond="$rev-systemd"
if false; then
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
version="$version+"
versiond="$versiond+"
fi
fi
echo "<![ %sysv; [" > version.ent
echo "<!ENTITY version \"$version\">" >> version.ent