]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/rebuild
Package member key is the fully-qualified name; fix error in get
[debbugs.git] / scripts / rebuild
index 6c98f2545dba5f87bc325b2df921ba4a5d6b6f2e..fd1b92764e96d6845d3c62f811e48d2a6cfd7d79 100755 (executable)
@@ -17,11 +17,11 @@ chdir("$gSpoolDir") || die "chdir spool: $!\n";
 #global variables
 $debug = 0;
 
-@ARGV==0 and &quit( "no archive given on the commandline" );
+@ARGV==0 and die  "no archive given on the commandline" ;
 my $archive = shift(@ARGV);
 my $index = "index.$archive";
 $index = 'index.db' if $archive eq 'db-h';
-open IDXFILE, "> $index" or &quit( "trying to reset index file: $!" );
+open IDXFILE, "> $index" or die  "trying to reset index file: $!" ;
 
 #get list of bugs (ie, status files)
 my @files;