Skip to content

Commit

Permalink
Framwork: better mute for previous
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 8, 2018
1 parent 129acfd commit 23035f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ upgrade-check: check

upgrade: upgrade-check package
.for NAME in ${PLUGIN_PKGNAMES}
@if ${PKG} info ${NAME} > /dev/null; then \
@if ${PKG} info ${NAME} 2> /dev/null > /dev/null; then \
${PKG} delete -fy ${NAME}; \
fi
.endfor
Expand Down

0 comments on commit 23035f1

Please sign in to comment.