diff --git a/PGBuild/SCM.pm b/PGBuild/SCM.pm index 6ca1209..402ed25 100644 --- a/PGBuild/SCM.pm +++ b/PGBuild/SCM.pm @@ -621,7 +621,7 @@ sub checkout @gitstat = grep{ not -/Already.up-to-date|On branch bf_$branch|nothing to commit .working directory clean./ +/Already.up-to-date|On branch bf_$branch|nothing to commit\W+working directory clean/ }@gitstat; my ($headref,$refhandle);