mirror of
https://github.com/fspc/dswim.git
synced 2025-02-22 08:33:24 -05:00
Adds spaces when packages are -qi packages .. for one query, good for
scripting.
This commit is contained in:
parent
bb7ee96ce4
commit
c8b32ead53
@ -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…
x
Reference in New Issue
Block a user