mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +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"
|
||||
|
||||
if [ "$(git diff HEAD | wc -l)" != "0" ]; then
|
||||
version="$version+"
|
||||
versiond="$versiond+"
|
||||
version="$version-wip"
|
||||
versiond="$versiond-wip"
|
||||
fi
|
||||
|
||||
echo "<![ %sysv; [" > version.ent
|
||||
|
Loading…
Reference in New Issue
Block a user