From: Graham Knop Date: Tue, 23 Aug 2016 10:10:35 +0000 (-0400) Subject: remake even if pull fails X-Git-Tag: v0.003000~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDistar.git;a=commitdiff_plain;h=41e593ee7128cf83678ac7f1c29c665564c0003f remake even if pull fails --- diff --git a/lib/Distar.pm b/lib/Distar.pm index c501895..4188df5 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -197,7 +197,7 @@ distmanicheck: create_distdir nextrelease: $(ABSPERLRUN) $(HELPERS)/add-changelog-heading --git $(VERSION) $(CHANGELOG) refresh: - cd $(DISTAR) && git pull + cd $(DISTAR) && git pull || $(TRUE) $(RM_F) $(FIRST_MAKEFILE) $(REMAKE) END