about summary refs log tree commit diff stats
path: root/buildver.sh
blob: be2517b1508591c8e2d62f2ae287cbd35486f7c7 (plain) (blame)
1
2
3
4
#!/bin/sh
if [ -d .git ]; then
	git describe --tags | tr -d '\n'
fi