summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index c105aea..7ccaec4 100755
--- a/dgit
+++ b/dgit
@@ -3884,6 +3884,7 @@ sub maybe_unapply_patches_again () {
if $patches_applied_dirtily & 01;
rmtree '.pc'
if $patches_applied_dirtily & 02;
+ $patches_applied_dirtily = 0;
}
#----- other building -----