mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
git-version: Use "-wip" as the version suffix instead of "+" for changes not committed yet
It's not allowed to use "+" in id attributes etc.
This commit is contained in:
parent
8f7d945a66
commit
fd02389a51
@ -57,8 +57,8 @@ version="$rev"
|
|||||||
versiond="$rev-systemd"
|
versiond="$rev-systemd"
|
||||||
|
|
||||||
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
|
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
|
||||||
version="$version+"
|
version="$version-wip"
|
||||||
versiond="$versiond+"
|
versiond="$versiond-wip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "<![ %sysv; [" > version.ent
|
echo "<![ %sysv; [" > version.ent
|
||||||
|
Loading…
Reference in New Issue
Block a user