summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 1 insertions, 2 deletions
diff --git a/dgit b/dgit
index 23e66b2..fcda8d7 100755
--- a/dgit
+++ b/dgit
@@ -4756,8 +4756,6 @@ sub cmd_push {
dopush();
}
-our $sourcechanges;
-
#---------- remote commands' implementation ----------
sub pre_remote_push_build_host {
@@ -5047,6 +5045,7 @@ sub i_want_signed_dsc_changes {
#---------- building etc. ----------
our $version;
+our $sourcechanges;
our $dscfn;
#----- `3.0 (quilt)' handling -----