diff --git a/scripts/prt-auf b/scripts/prt-auf index 1362624..bd934cb 100755 --- a/scripts/prt-auf +++ b/scripts/prt-auf @@ -544,7 +544,7 @@ sub uninstall { $opkg{rargs} .= " -r $altroot"; } foreach my $t (@targets) { - ($opkg{test} eq "no") ? system($PKGRM,$opkg{rargs},$t) : print "$PKGRM $opkg{rargs} $t\n"; + ($opkg{test} eq "no") ? system("$PKGRM $opkg{rargs} $t") : print "$PKGRM $opkg{rargs} $t\n"; next if ($?>>8 != 0); push @removed, $t; if (($LOCKED{$t}) and ($opkg{test} eq "no")) { port_unlock($t); }