about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-06-01 14:59:27 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-06-01 14:59:27 +0200
commit12d38b8a1307a6df070f0f62a1378faa58a5d043 (patch)
treeb3c79beba2973d7fa294ac264cacfd0ea2174910 /GNUmakefile
parent84ae9a72b1f22756c2469c62efd9300acf862e8c (diff)
downloadmblaze-12d38b8a1307a6df070f0f62a1378faa58a5d043.tar.gz
mblaze-12d38b8a1307a6df070f0f62a1378faa58a5d043.tar.xz
mblaze-12d38b8a1307a6df070f0f62a1378faa58a5d043.zip
GNUmakefile: museragent: use --dirty
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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 $@