Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Apr 14, 2022
1 parent 55e6064 commit a1cf119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg.pl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sub createIDX {
);

$dbh->sqlite_backup_to_file($dbfile)
or die "Can't copy sqlports to memory!";
or die $!;
$dbh->disconnect();
print STDERR "Done.\n";
}
Expand Down

0 comments on commit a1cf119

Please sign in to comment.