]> arthur.barton.de Git - bup.git/blobdiff - format-subst.pl
thashsplit: don't assume MINCORE_INCORE is defined
[bup.git] / format-subst.pl
index 8a331bff2942008869476064f603feac82fbcbe1..42b255dc278984395ac674027ac3a611cfda94e9 100755 (executable)
@@ -19,7 +19,7 @@ while (<>) {
     s{
        \$Format:\%d\$
     }{
-       my $tag = fix(ex('git describe --match="[0-9]*"'));
+       my $tag = fix(ex('git describe --always --match="[0-9]*"'));
        "(tag: bup-$tag)"
     }ex;