X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/71ee75f5c62e4428a8675d0f5354a159cf66cecc..refs/heads/ewmh_skip_taskbar_and_pager:/buildver.sh diff --git a/buildver.sh b/buildver.sh index 08c73bf..6db2a99 100644 --- a/buildver.sh +++ b/buildver.sh @@ -3,5 +3,5 @@ CURDIR=$(dirname $0) if [ -d "$CURDIR/.git" ]; then cd "$CURDIR" - echo $(git describe --abbrev=0 --tags)-$(git rev-parse HEAD | tail -c 9) + echo $(git rev-parse HEAD) fi