build: Unbreak version.sh
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
git describe --exact-match --tags $(git log -n1 --pretty='%h') 2>/dev/null || git log -n1 --pretty='%h' | sed 's/^v//g' | xargs printf '%s'
|
||||
( git describe --exact-match --tags $(git log -n1 --pretty='%h') 2>/dev/null || git log -n1 --pretty='%h' ) | sed 's/^v//g' | xargs printf '%s'
|
||||
|
||||
Reference in New Issue
Block a user