From 12d38b8a1307a6df070f0f62a1378faa58a5d043 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 1 Jun 2017 14:59:27 +0200 Subject: GNUmakefile: museragent: use --dirty --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 $@ -- cgit 1.4.1