Browse Source

fix script

Bill Gianopoulos 3 years ago
parent
commit
1660088add
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/fix-patchnames.pl

+ 1 - 0
scripts/fix-patchnames.pl

@@ -50,6 +50,7 @@ while (<>) {
                 print STDERR "cannot determine new filename for $oldname\n";
                 print "# cannot determine new filename for $oldname\n";
                 print $_;
+                close PATCH;
             }
         }
     }