diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-06-01 14:59:27 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-06-01 14:59:27 +0200 |
commit | 12d38b8a1307a6df070f0f62a1378faa58a5d043 (patch) | |
tree | b3c79beba2973d7fa294ac264cacfd0ea2174910 /GNUmakefile | |
parent | 84ae9a72b1f22756c2469c62efd9300acf862e8c (diff) | |
download | mblaze-12d38b8a1307a6df070f0f62a1378faa58a5d043.tar.gz mblaze-12d38b8a1307a6df070f0f62a1378faa58a5d043.tar.xz mblaze-12d38b8a1307a6df070f0f62a1378faa58a5d043.zip |
GNUmakefile: museragent: use --dirty
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a4ea9bb..3389143 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,7 +36,7 @@ mmime : slurp.o museragent: FRC @printf '#!/bin/sh\nprintf "User-Agent: mblaze/%s (%s)\\n"\n' \ - "$$(git describe --always @ 2>/dev/null || cat VERSION)" \ + "$$(git describe --always --dirty 2>/dev/null || cat VERSION)" \ "$$(date +%Y-%m-%d)" >$@ @chmod +x $@ |