Browse Source

Adds spaces when packages are -qi packages .. for one query, good for

scripting.
master
freesource 23 years ago
parent
commit
c8b32ead53
  1. 4
      SWIM/Ag.pm

4
SWIM/Ag.pm

@ -64,10 +64,10 @@ sub description {
}
if ($db{"$argument"}){
my $package = $db{"$argument"};
print $package;
print "$package\n";
}
else {
print "package $argument is not installed\n";
print "package $argument is not installed\n\n";
return "not installed";
}
}

Loading…
Cancel
Save