fix for new git
Graham Knop [Tue, 10 Dec 2013 16:04:31 +0000 (08:04 -0800)]
lib/Distar.pm

index ee17e22..f27036d 100644 (file)
@@ -86,7 +86,7 @@ sub run_preflight {
   }
 
   for (scalar `git status`) {
-    /^# On branch master/ || die "Not on master. EEEK";
+    /^(?:# )?On branch master/ || die "Not on master. EEEK";
     /Your branch is behind|Your branch and .*? have diverged/ && die "Not synced with upstream";
   }