chiark / gitweb /
Remove DGET_UNPACK from the environment in case the user has set it.
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 9602b9891951ebacaae42b818396d25b21447e59..e1b07977fb58ccc23b4f708ee7c3fe0190439fc0 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -1247,6 +1247,8 @@ if ($ENV{$fakeeditorenv}) {
     quilt_fixup_editor();
 }
 
+delete $ENV{'DGET_UNPACK'};
+
 parseopts();
 print STDERR "DRY RUN ONLY\n" if $dryrun;
 if (!@ARGV) {