projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1aa0e
)
tools: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 13 Feb 2024 18:58:31 +0000
(
03:58
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 13 Feb 2024 18:58:35 +0000
(
03:58
+0900)
Follow-up for
6d55e3a3641b35dd2bb4306711b4db4004bf6817
.
tools/meson-vcs-tag.sh
patch
|
blob
|
history
diff --git
a/tools/meson-vcs-tag.sh
b/tools/meson-vcs-tag.sh
index 6bac603929ca792c2f1d0daad2097ed4b3858887..c6d140acb84245c659a82fa76c61e069e40ed8dd 100755
(executable)
--- a/
tools/meson-vcs-tag.sh
+++ b/
tools/meson-vcs-tag.sh
@@
-31,6
+31,6
@@
else
[ -z "$c" ] && c="${fallback}"
# Replace any hyphens with carets which are allowed in versions by pacman whereas hyphens are not. Git
# versions with carets will also sort higher than their non-git version counterpart both in pacman
- # versioning and in version comparis
i
on spec versioning.
+ # versioning and in version comparison spec versioning.
echo "$c" | sed 's/^v//; s/-/^/g'
fi