mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
bfee8ec9c9
@ -30,7 +30,7 @@ esac
|
||||
full_date="$month $day$suffix, $year"
|
||||
|
||||
sha="$(git describe --abbrev=1)"
|
||||
if git describe --all --match trunk > /dev/null 2> /dev/null; then
|
||||
if [ "$(git branch --show-current)" = "trunk" ]; then
|
||||
sha=$(echo "$sha" | sed 's/-g[^-]*$//')
|
||||
fi
|
||||
version="$sha"
|
||||
|
Loading…
Reference in New Issue
Block a user