1
0
mirror of https://github.com/fspc/dswim.git synced 2025-02-22 00:23:28 -05:00

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

scripting.
This commit is contained in:
freesource 2001-10-18 05:29:34 +00:00
parent bb7ee96ce4
commit c8b32ead53

View File

@ -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";
}
}