prt-auf: fix function signatures
This commit is contained in:
parent
d48fcba47b
commit
9e3c7e2c49
@ -686,7 +686,8 @@ sub port_diff { # find differences between the pkgdb and the repo
|
||||
return $retval if ($dtype ne "sysup");
|
||||
|
||||
# proceed with the sysup operation
|
||||
return up_inst(@outfile);
|
||||
my @results = up_inst(@outfile);
|
||||
return $retval, @results;
|
||||
}
|
||||
|
||||
sub deporder { # returns a sorted list of packages required.
|
||||
|
Loading…
Reference in New Issue
Block a user