tons of bugfixes

This commit is contained in:
joey
2000-04-22 00:56:50 +00:00
parent d982c7357b
commit d384a93c99
5 changed files with 25 additions and 23 deletions

View File

@@ -74,7 +74,7 @@ sub install {
my $deb=shift;
system("dpkg --no-force-overwrite -i $deb") &&
die "Unable to install: $!";
die "Unable to install";
}
=item scan