Skip to content

Commit

Permalink
Use PM_SU_CMD for pkg set -o
Browse files Browse the repository at this point in the history
Reported by:	Anton Yuzhaninov
  • Loading branch information
bdrewery committed Aug 27, 2014
1 parent d2089fb commit eb84942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portmaster
Original file line number Diff line number Diff line change
Expand Up @@ -4317,7 +4317,7 @@ if [ -z "$use_pkgng" ]; then
else
if [ -n "$ro_opd" ]; then
echo "===>>> Updating dependency entry for $new_port in each dependent port"
pkg set -yo $ro_opd:$portdir
$PM_SU_CMD pkg set -yo $ro_opd:$portdir
fi
fi

Expand Down

0 comments on commit eb84942

Please sign in to comment.